1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-05 13:17:32 +02:00

Use @screen-sm-min in forms

This commit is contained in:
Zlatan Vasović
2013-09-11 09:54:38 +02:00
parent b7e1103c32
commit c10238c95f

View File

@@ -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;
}