-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(code-snippet): set correct width for feedback container in Safari #5601
fix(code-snippet): set correct width for feedback container in Safari #5601
Conversation
Deploy preview for carbon-components-react ready! Built with commit ea6540e https://deploy-preview-5601--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit ea6540e |
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 good to me! Checked Edge, FF, Safari, and Chrome on mac and all seems good!
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 good to me !
…n Safari (carbon-design-system#5601)" This reverts commit 1c1b615.
…n Safari (carbon-design-system#5601)" This reverts commit 1c1b615.
Closes #5595
This PR resets the copy button feedback container
box-sizing
so thatmax-content
works correctly in Safari. Not sure if this would be better in a Safari specific media query but the other browsers appear unaffectedTesting / Reviewing
Ensure that the copy button feedback has the correct width in code snippets and in the individual copy button component