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

Use @screen-sm-min in forms

parent b7e1103c
......@@ -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;
}
......
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