2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fix goign between small view large view with responsive collapse

This commit is contained in:
Jacob Thornton
2012-01-28 16:21:55 -08:00
parent b8a683d7f2
commit 22d52fca46
+5
View File
@@ -695,6 +695,11 @@ form.well {
} }
} }
@media (min-width: 940px) {
.nav-collapse.collapse {
height: auto !important;
}
}
@media (max-width: 768px) { @media (max-width: 768px) {