Skip to content

Commit

Permalink
Use @screen-sm-min in forms
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Sep 11, 2013
1 parent b7e1103 commit c10238c
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 c10238c

Please sign in to comment.