Commit 1497c21f authored by Chris Rebert's avatar Chris Rebert

Merge pull request #10567 from ZDroid/patch-2

Use @screen-sm-min in forms
parents b7e1103c c10238c9
...@@ -355,7 +355,7 @@ input[type="checkbox"], ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment