Commit 9699e1d7 authored by Mark Otto's avatar Mark Otto

scope float right dropdown menus to immediate children

parent 241cbd47
......@@ -2449,7 +2449,7 @@ table .span24 {
display: block;
}
.pull-right .dropdown-menu {
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
......
......@@ -110,7 +110,7 @@
// Right aligned dropdowns
// ---------------------------
.pull-right .dropdown-menu {
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment