diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-11 09:54:38 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-11 09:54:38 +0200 |
| commit | c10238c95f24b42c6caea9052ebd2a85c5650fd5 (patch) | |
| tree | 0a817e0445af4ef2721d2d19a598e3fd1079324c /less/forms.less | |
| parent | b7e1103c3264cc441068e5544722266e62c52290 (diff) | |
| download | bootstrap-c10238c95f24b42c6caea9052ebd2a85c5650fd5.tar.xz bootstrap-c10238c95f24b42c6caea9052ebd2a85c5650fd5.zip | |
Use @screen-sm-min in forms
Diffstat (limited to 'less/forms.less')
| -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; } |
