-
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: modified _number-input.scss:91 #15421
Conversation
DCO Assistant Lite bot All contributors have signed the DCO. |
I have read the DCO document and I hereby sign the DCO. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
packages/styles/scss/components/number-input/_number-input.scss
Outdated
Show resolved
Hide resolved
d5ea97a
to
ab8196b
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.
LGTM, thanks for contributing! 👍 ✅
ae42b99
to
6e4e3c0
Compare
0382e35
* fix: modified _number-input.scss:91 * fix: put back to 128px * fix: adjust padding on invalid state * fix: put back 128px
Closes #15414
Fixes an issue with padding when
hideSteppers
is set to trueChangelog
New
Changed
Removed
Testing / Reviewing
{{ Add descriptions, steps or a checklist for how reviewers can verify this PR works or not }}
Full report :
The input was like this before
Right now it will be like this :
Changes did on styles/scss/components/number-input/_number-input.scss:91
Please note that it seems that the bug appeared only with invalid property and container under 150px and that the natural min-width of the NumberInput is 150px, which mean that you will have bug under that container size.
Edit : Problem, I actually modified no JS code, but 2 failed tests are blocking me