Commit 05570574 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #12097 from ZDroid/deprecated

Replace @screen-sm with @screen-sm-min
parents b9d779a7 78eb8cc0
......@@ -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;
......
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