Skip to content

Commit

Permalink
(less) Fixes twbs#10516: Use auto positioning for dropdowns in justif…
Browse files Browse the repository at this point in the history
…ied nav to fix Firefox rendering
  • Loading branch information
mdo committed Oct 29, 2013
1 parent a496a88 commit 21307f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions navs.less
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
}
}

> .dropdown .dropdown-menu {
top: auto;
left: auto;
}

@media (min-width: @screen-sm-min) {
> li {
display: table-cell;
Expand Down

0 comments on commit 21307f0

Please sign in to comment.