]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(dropdown): ensure [style] will override inline styles
authorGaël Poupard <gael.poupard@orange.com>
Fri, 4 Dec 2020 16:17:11 +0000 (17:17 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 6 Dec 2020 16:42:40 +0000 (18:42 +0200)
scss/_dropdown.scss

index c86aac625bbcf1ca2bef5b6c34e5451b6e23d8f5..f9ad9778b3ab9d9bda69e19b876a630f5fbf11ae 100644 (file)
@@ -35,7 +35,7 @@
 
   // Reset positioning when positioned with Popper
   &[style] {
-    right: auto;
+    right: auto !important; // stylelint-disable-line declaration-no-important
   }
 }