-
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(number-input): fix positioning when no label is present #5376
fix(number-input): fix positioning when no label is present #5376
Conversation
Deploy preview for carbon-elements ready! Built with commit 6d1a459 |
Deploy preview for carbon-components-react ready! Built with commit 6d1a459 https://deploy-preview-5376--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 08f7d5b |
Deploy preview for carbon-components-react ready! Built with commit 08f7d5b https://deploy-preview-5376--carbon-components-react.netlify.com |
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!
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
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 #5358
Fixes positioning issues when no label is present
Changelog
Changed
margin-top
on helper text when the label is hiddenTesting / Reviewing
Remove label text, and check
hide label
. Add text in whilehide label
is active and make sure the number input container does not move