-
Notifications
You must be signed in to change notification settings - Fork 156
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(button-group): small breakpoints alignments #10802
fix(button-group): small breakpoints alignments #10802
Conversation
Deploy preview created for package Built with commit: cc144ea7b7228ae01829bb01c3a6bece96f1280c |
Deploy preview created for package Built with commit: cc144ea7b7228ae01829bb01c3a6bece96f1280c |
Deploy preview created for package Built with commit: cc144ea7b7228ae01829bb01c3a6bece96f1280c |
Deploy preview created for package Built with commit: cc144ea7b7228ae01829bb01c3a6bece96f1280c |
@ariellalgilmore Thank you! This looks great for the medium breakpoint 😄 I might not have been clear enough in our Slack exchange, we also want to adjust the small breakpoint to the following:
@RichKummer is familiar with the updates if you have any questions today and understand if this needs to roll into next week too. |
thanks @oliviaflory ! just updated fyi: @RichKummer |
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 @ariellalgilmore for the fix!
1b2e55f
into
carbon-design-system:main
…#10802) ### Related Ticket(s) Closes carbon-design-system#9574 ### Description Change button group alignment for md breakpoint ### Changelog **Changed** -change styles from `lg` to `md` for breakpoint - small breakpoint no longer has max-width <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Related Ticket(s)
Closes #9574
Description
Change button group alignment for md breakpoint
Changelog
Changed
-change styles from
lg
tomd
for breakpoint