Skip to content

Commit 9699e1d

Browse files
committed
scope float right dropdown menus to immediate children
1 parent 241cbd4 commit 9699e1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assets/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2449,7 +2449,7 @@ table .span24 {
24492449
display: block;
24502450
}
24512451

2452-
.pull-right .dropdown-menu {
2452+
.pull-right > .dropdown-menu {
24532453
right: 0;
24542454
left: auto;
24552455
}

less/dropdowns.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
// Right aligned dropdowns
112112
// ---------------------------
113-
.pull-right .dropdown-menu {
113+
.pull-right > .dropdown-menu {
114114
right: 0;
115115
left: auto;
116116
}

0 commit comments

Comments
 (0)