Commit cb117c62 authored by Mark Otto's avatar Mark Otto

Merge pull request #8454 from bassjobsen/patch-2

Update forms.less
parents 9efab70c 3a17578a
...@@ -437,7 +437,7 @@ input[type="color"] { ...@@ -437,7 +437,7 @@ input[type="color"] {
} }
// Only right align form labels here when the columns stop stacking // Only right align form labels here when the columns stop stacking
@media (min-width: 768px) { @media (min-width: @screen-tablet) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right; text-align: right;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment