mirror of
https://github.com/wahyd4/bootstrap.git
synced 2026-08-09 04:46:35 +10:00
scope float right dropdown menus to immediate children
This commit is contained in:
Vendored
+1
-1
@@ -2449,7 +2449,7 @@ table .span24 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pull-right .dropdown-menu {
|
||||
.pull-right > .dropdown-menu {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
+1
-1
@@ -110,7 +110,7 @@
|
||||
|
||||
// Right aligned dropdowns
|
||||
// ---------------------------
|
||||
.pull-right .dropdown-menu {
|
||||
.pull-right > .dropdown-menu {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user