mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
fix(dropdown): ensure [style] will override inline styles
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
|
||||
// Reset positioning when positioned with Popper
|
||||
&[style] {
|
||||
right: auto;
|
||||
right: auto !important; // stylelint-disable-line declaration-no-important
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user