-
-
Notifications
You must be signed in to change notification settings - Fork 78.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
Wrong vertical alignment for input-group with radio or checkbox #20271
Comments
Unless you want to do the manual cross-browser testing for the PR yourself, this will likely end up WontFix per #18797. |
Will testing on latest of Chrome, Safari, Firefox & Edge do the job? |
Also Android, iOS, and IE11. If you can cover most of them, we might be able to help with the last few. |
Have you considered asking for a free license of Browserstack? |
I think these are as well aligned as they can be across browsers. Happy to see someone revisit if they're running into egregious problems, but otherwise this is going to stay as-is in v4's development. |
Here, in this docs section, the radio and the checkbox, used as addon to input do not vertically align center as expected. They are a little bit above the horizontal center line.
Here's the screenshot.
Adding a
vertical-align: middle
property to the following rule in _input-group.scss fixes the problem though.Here's the output screenshot.
Should I send a PR for it? or the issue's source is something else?
The text was updated successfully, but these errors were encountered: