mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
Fix dropdown-menu-right and dropdown-menu-left for Dropdown
This commit is contained in:
parent
85f41309e2
commit
dc35a840dc
1 changed files with 2 additions and 2 deletions
|
|
@ -114,11 +114,11 @@
|
|||
// menu with the parent.
|
||||
.dropdown-menu-right {
|
||||
right: 0;
|
||||
left: auto; // Reset the default from `.dropdown-menu`
|
||||
left: auto !important; // Reset the default from `.dropdown-menu`
|
||||
}
|
||||
|
||||
.dropdown-menu-left {
|
||||
right: auto;
|
||||
right: auto !important;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue