mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix goign between small view large view with responsive collapse
This commit is contained in:
parent
b8a683d7f2
commit
22d52fca46
1 changed files with 11 additions and 6 deletions
|
@ -695,6 +695,11 @@ form.well {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 940px) {
|
||||
.nav-collapse.collapse {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue