mirror of https://github.com/twbs/bootstrap.git
Merge pull request #17448 from lukeb-uk/navbar_toggleable_md
Add .navbar-toggleable-md class
This commit is contained in:
commit
3df8ded19c
|
|
@ -129,6 +129,11 @@
|
|||
display: block !important;
|
||||
}
|
||||
}
|
||||
&-md {
|
||||
@include media-breakpoint-up(lg) {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue