-
Notifications
You must be signed in to change notification settings - Fork 207
fix(tooltip,textfield,sidenav): update deprecated css #4044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📚 Branch previewPR #4044 has been deployed to Azure Blob Storage: https://spectrumcss.z13.web.core.windows.net/pr-4044/index.html. |
File metricsSummaryTotal size: 1.43 MB*
File change detailssidenav
tooltip
* An ASCII character in UTF-8 is 8 bits or 1 byte. |
🦋 Changeset detectedLatest commit: 19278b5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
cdransf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! ✨
Description
Aligns with PR by @castastrophe on SWC
Replace deprecated
word-break: break-wordwithoverflow-wrap: break-wordto align with modern CSS standards and improve cross-browser compatibility. This property was deprecated in Chrome 44 (July 2015) in favor of the standardized overflow-wrap property.How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
Regression testing
Validate:
To-do list