mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Use @screen-sm-min in forms
This commit is contained in:
parent
b7e1103c32
commit
c10238c95f
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ input[type="checkbox"],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only right align form labels here when the columns stop stacking
|
// Only right align form labels here when the columns stop stacking
|
||||||
@media (min-width: @screen-sm) {
|
@media (min-width: @screen-sm-min) {
|
||||||
.control-label {
|
.control-label {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue