-
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(accordion): update accordion breakpoints #5074
fix(accordion): update accordion breakpoints #5074
Conversation
Deploy preview for the-carbon-components ready! Built with commit 1c7eb59 https://deploy-preview-5074--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 1c7eb59 |
Deploy preview for carbon-components-react ready! Built with commit 1c7eb59 https://deploy-preview-5074--carbon-components-react.netlify.com |
Deploy preview for the-carbon-components ready! Built with commit 1462032 https://deploy-preview-5074--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 1462032 |
Deploy preview for carbon-components-react failed. Built with commit 1462032 https://app.netlify.com/sites/carbon-components-react/deploys/5e20e7b4f56de30009658613 |
0313f90
to
bc5084f
Compare
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!
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.
LGTM 👍 - Thanks @tw15egan!
Closes #4993
Updates Accordion to only use
16px
of padding when the screen is below480px
Based on updated specs found hereChangelog
New
480px
and640px
Testing / Reviewing
See that the Accordion content shifts from
1rem
padding, to3rem
padding, to25%
padding as the screen size increases.