From c10238c95f24b42c6caea9052ebd2a85c5650fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 11 Sep 2013 09:54:38 +0200 Subject: [PATCH] Use @screen-sm-min in forms --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index 32391942b2..cb9d30a378 100644 --- a/less/forms.less +++ b/less/forms.less @@ -355,7 +355,7 @@ input[type="checkbox"], } // Only right align form labels here when the columns stop stacking - @media (min-width: @screen-sm) { + @media (min-width: @screen-sm-min) { .control-label { text-align: right; }