mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Merge pull request #10567 from ZDroid/patch-2
Use @screen-sm-min in forms
This commit is contained in:
commit
1497c21fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue