Skip to content

Commit

Permalink
scope float right dropdown menus to immediate children
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 28, 2012
1 parent 241cbd4 commit 9699e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Expand Up @@ -2449,7 +2449,7 @@ table .span24 {
display: block;
}

.pull-right .dropdown-menu {
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion less/dropdowns.less
Expand Up @@ -110,7 +110,7 @@

// Right aligned dropdowns
// ---------------------------
.pull-right .dropdown-menu {
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
Expand Down

0 comments on commit 9699e1d

Please sign in to comment.