Commit 78eb8cc0 authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Replace @screen-sm with @screen-sm-min

parent b9d779a7
Showing with 1 addition and 1 deletion
+1 -1
...@@ -325,7 +325,7 @@ input[type="checkbox"], ...@@ -325,7 +325,7 @@ input[type="checkbox"],
.form-inline { .form-inline {
// Kick in the inline // Kick in the inline
@media (min-width: @screen-sm) { @media (min-width: @screen-sm-min) {
// Inline-block all the things for "inline" // Inline-block all the things for "inline"
.form-group { .form-group {
display: inline-block; display: inline-block;
......
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