0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

fixes #16824: Correct the match on .control-label sizing for input group sizes

This commit is contained in:
Mark Otto 2015-08-04 20:03:45 -07:00
parent f9bee7deb6
commit 709a077c36

View File

@ -597,7 +597,7 @@ input[type="checkbox"] {
.form-group-lg {
@media (min-width: @screen-sm-min) {
.control-label {
padding-top: ((@padding-large-vertical * @line-height-large) + 1);
padding-top: (@padding-large-vertical + 1);
font-size: @font-size-large;
}
}