]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix dropdown-menu-right and dropdown-menu-left for Dropdown
authorJohann-S <johann.servoire@gmail.com>
Tue, 25 Apr 2017 19:34:06 +0000 (21:34 +0200)
committerJohann-S <johann.servoire@gmail.com>
Sun, 14 May 2017 09:41:19 +0000 (11:41 +0200)
scss/_dropdown.scss

index 7826e02121ea24fb504fa3171515775432ae20b3..981a17cb86344312a5c16af904bc7fb44510d449 100644 (file)
 // 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;
 }