2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #8454 from bassjobsen/patch-2

Update forms.less
This commit is contained in:
Mark Otto
2013-07-11 14:16:58 -07:00
+1 -1
View File
@@ -437,7 +437,7 @@ input[type="color"] {
}
// Only right align form labels here when the columns stop stacking
@media (min-width: 768px) {
@media (min-width: @screen-tablet) {
.form-horizontal .control-label {
text-align: right;
}