Skip to content

Commit

Permalink
Merge pull request #10567 from ZDroid/patch-2
Browse files Browse the repository at this point in the history
Use @screen-sm-min in forms
  • Loading branch information
cvrebert committed Sep 11, 2013
2 parents b7e1103 + c10238c commit 1497c21
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 @@ -355,7 +355,7 @@ input[type="checkbox"],
}

// Only right align form labels here when the columns stop stacking
@media (min-width: @screen-sm) {
@media (min-width: @screen-sm-min) {
.control-label {
text-align: right;
}
Expand Down

0 comments on commit 1497c21

Please sign in to comment.