1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 03:40:10 +00: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
commit cb117c62eb

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;
}