-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(pagination): fix the select input to support multi-digits numbers #683
fix(pagination): fix the select input to support multi-digits numbers #683
Conversation
@carbon-design-system/ui Would you agree with the style change...? Thanks! |
Encountering this issue outside of this PR: #691 |
…nents into pagination
Yes it's possible |
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! 👍 ✅
@tw15egan just a heads up that |
@mven of course 🙄 . If we get any complaints about misalignment in Safari we can reopen this and try and find a more elegant solution. |
Overview
Resolves
#607
and this issue :
https://github.com/carbon-design-system/carbon-components-react/issues/732
in carbon-components-react
applying width:auto to the select-input and select--inline to support multi-digits numbers and render them without any overflow
Added
Removed
Changed
Testing / Reviewing