0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge branch 'tagliala-collapse-dropdown-fix' into 2.0.2-wip

This commit is contained in:
Mark Otto 2012-02-18 20:08:11 -08:00
commit ba97f56912

View File

@ -297,6 +297,7 @@
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}