From 78eb8cc0f431cf20f128823202e9a6cf5a118c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 5 Jan 2014 11:38:26 +0100 Subject: [PATCH] Replace @screen-sm with @screen-sm-min --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index aefa5a462c..34f970e2e2 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;