mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
Replace @screen-sm with @screen-sm-min
This commit is contained in:
parent
b9d779a73c
commit
78eb8cc0f4
@ -325,7 +325,7 @@ input[type="checkbox"],
|
||||
.form-inline {
|
||||
|
||||
// Kick in the inline
|
||||
@media (min-width: @screen-sm) {
|
||||
@media (min-width: @screen-sm-min) {
|
||||
// Inline-block all the things for "inline"
|
||||
.form-group {
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user