diff options
| author | Chris Rebert <[email protected]> | 2013-09-11 01:14:36 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-11 01:14:36 -0700 |
| commit | 1497c21fe3ea2e0588a7ea75ed7848d41c7ca168 (patch) | |
| tree | 0a817e0445af4ef2721d2d19a598e3fd1079324c | |
| parent | b7e1103c3264cc441068e5544722266e62c52290 (diff) | |
| parent | c10238c95f24b42c6caea9052ebd2a85c5650fd5 (diff) | |
| download | bootstrap-1497c21fe3ea2e0588a7ea75ed7848d41c7ca168.tar.xz bootstrap-1497c21fe3ea2e0588a7ea75ed7848d41c7ca168.zip | |
Merge pull request #10567 from ZDroid/patch-2
Use @screen-sm-min in forms
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 32391942b..cb9d30a37 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; } |
