mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 20:00:59 +00:00
Merge pull request #12097 from ZDroid/deprecated
Replace @screen-sm with @screen-sm-min
This commit is contained in:
commit
055705741e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue