We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Perhaps padding-bottom: 7px should be added to .form-horizontal .form-control-static so that it is the same height as the input it replaces (34px).
padding-bottom: 7px
.form-horizontal .form-control-static
input
34px
The text was updated successfully, but these errors were encountered:
(Within a horizontal form:)
input.form-control
p.form-control-static
Sorry, something went wrong.
The top and bottom borders are 0px (as there are none).
@MichaelRushton Derp. Didn't refresh the page after playing around with the spacing and scrutinizing the alignment. Corrected the table values now.
7b60470
(less) Fixes twbs#12801: Add padding to the bottom of .form-control-s…
9de11a5
…tatic to match height of standard form controls
No branches or pull requests
Perhaps
padding-bottom: 7px
should be added to.form-horizontal .form-control-static
so that it is the same height as theinput
it replaces (34px
).The text was updated successfully, but these errors were encountered: