Skip to content

Commit

Permalink
fixes twbs#16824: Correct the match on .control-label sizing for inpu…
Browse files Browse the repository at this point in the history
…t group sizes
  • Loading branch information
mdo committed Aug 5, 2015
1 parent f9bee7d commit 709a077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 709a077

Please sign in to comment.