mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fix dropdown-menu-right and dropdown-menu-left for Dropdown
This commit is contained in:
+2
-2
@@ -114,11 +114,11 @@
|
|||||||
// menu with the parent.
|
// menu with the parent.
|
||||||
.dropdown-menu-right {
|
.dropdown-menu-right {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto; // Reset the default from `.dropdown-menu`
|
left: auto !important; // Reset the default from `.dropdown-menu`
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu-left {
|
.dropdown-menu-left {
|
||||||
right: auto;
|
right: auto !important;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user