aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-01-05 11:38:26 +0100
committerZlatan Vasović <[email protected]>2014-01-05 11:38:26 +0100
commit78eb8cc0f431cf20f128823202e9a6cf5a118c6f (patch)
treee4dd70038967be293e7846f0e296c940f0c6da06 /less/forms.less
parentb9d779a73cc7c5b75cbec8248d8cf87b693616c6 (diff)
downloadbootstrap-78eb8cc0f431cf20f128823202e9a6cf5a118c6f.tar.xz
bootstrap-78eb8cc0f431cf20f128823202e9a6cf5a118c6f.zip
Replace @screen-sm with @screen-sm-min
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index aefa5a462..34f970e2e 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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;