Commit 05570574 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #12097 from ZDroid/deprecated

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