-
-
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
Inline checkbox and radio text vertically misaligned on Firefox #18239
Comments
cvrebert
changed the title
Inline checkboxe and radio alignment issue on Firefox
Inline checkbox and radio alignment issue on Firefox
Nov 13, 2015
@hackel Could you please re-test against the latest code in the |
cvrebert
changed the title
Inline checkbox and radio alignment issue on Firefox
Inline checkbox and radio text vertically misaligned on Firefox
Nov 13, 2015
I am still seeing it on master. |
Ah, okay, I am seeing #15791. I don't use any proprietary operating systems so I can't say how it performs on them, but it's definitely still present in v3.3.6 on GNU/Linux/Xorg-based operating systems. Not seeing it on Firefox 43 on Android/Linux at least! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As seen in the first image below from your own documentation (http://getbootstrap.com/css/#inline-checkboxes-and-radios), checkboxes and radios are not properly aligned with their labels. I believe this is due to the 4px top margin applied here: https://github.com/twbs/bootstrap/blob/master/less/forms.less#L54 In the second image, I disabled this margin, and they are aligned properly.
I'm running Firefox 44, but have seen this issue on previous Firefox versions for quite some time.
Edit: Also, when toggling that margin off in Chrome, the checkboxes get misaligned in the opposite way.
The text was updated successfully, but these errors were encountered: