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
When I create a horizontal form with class size, the text input is generated with incorrect height. It is created with height 68px (the correct height for the Bootstrap official documentation is 46px).
When I create a horizontal form with class size, the text input is generated with incorrect height. It is created with height 68px (the correct height for the Bootstrap official documentation is 46px).
This is my html:
I think this is happening because in CSS of
.form-group.form-group-lg > .form-control
remainsheight: auto
;This is my large input:
This is normal large input:
CSS:
When I use
http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css
instead of bootstrap-sass it is ok.I use:
Safari 8.0.2 (10600.2.5)
Gems:
rails 4.2.0
sass-rails 4.0.5
sass 3.2.19
bootstrap-sass 3.3.1.0
The text was updated successfully, but these errors were encountered: