-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
radio/checkbox with .input-sm #18748
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
Comments
Hi @Yahasana! You appear to have posted a live example (http://jsbin.com/vixilabewe/edit), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
After removing that stray |
Hi @cvrebert! You appear to have posted a live example (http://jsbin.com/jezakel/edit), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
As noted by the bot, your usage of |
is there any markup solution to make radio/checkbox |
Not that I know of offhand. I've filed a feature request for it for Bootstrap v4 though: #18761 |
Depending on your use case, input groups might work; see http://getbootstrap.com/components/#input-groups-checkboxes-radios |
@cvrebert if you double check the checkbox/radio in the input group addon, you will find that they are not vertical align in middle at all PS: Firefox 43.0.3 in WinXP sp3 |
Eh, it's not perfect, but it's not terrible either. |
thanks for your patient explanation. I fixed it by myself. whoa! |
there is 4px margin from top and make the line ship down.
see http://jsbin.com/vixilabewe/edit?html,css,output
The text was updated successfully, but these errors were encountered: