You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At smaller screen widths, when both are stacked vertically, I would have expected them to look roughly the same (ignoring the fact that one has a file input that the other doesn't). They mostly do, but the labels in the .form-horizontal are much closer to the input below them than in the basic example (which I personally think looks better) .
Perhaps these lines, which set the bottom-margin to zero on the labels as well as some other stuff, are slightly too broad and can be tweaked so they don't affect this situation?
If you compare the two example forms in the documentation at these links:
http://getbootstrap.com/css/#forms-example
http://getbootstrap.com/css/#forms-horizontal
At smaller screen widths, when both are stacked vertically, I would have expected them to look roughly the same (ignoring the fact that one has a file input that the other doesn't). They mostly do, but the labels in the .form-horizontal are much closer to the input below them than in the basic example (which I personally think looks better) .
Perhaps these lines, which set the bottom-margin to zero on the labels as well as some other stuff, are slightly too broad and can be tweaked so they don't affect this situation?
https://github.com/twbs/bootstrap/blob/master/less/forms.less#L395-L406
The text was updated successfully, but these errors were encountered: