Commit c10238c9 authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Use @screen-sm-min in forms

parent b7e1103c
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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;
} }
......
Supports Markdown
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