2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #10567 from ZDroid/patch-2

Use @screen-sm-min in forms
This commit is contained in:
Chris Rebert
2013-09-11 01:14:36 -07:00
+1 -1
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;
}