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

This commit is contained in:
Zlatan Vasović 2014-01-05 11:38:26 +01:00
parent b9d779a73c
commit 78eb8cc0f4

View File

@ -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;