1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02:00

fix(dropdown): ensure [style] will override inline styles

This commit is contained in:
Gaël Poupard
2020-12-04 17:17:11 +01:00
committed by XhmikosR
parent 6a27618d21
commit 9312442338

View File

@@ -35,7 +35,7 @@
// Reset positioning when positioned with Popper // Reset positioning when positioned with Popper
&[style] { &[style] {
right: auto; right: auto !important; // stylelint-disable-line declaration-no-important
} }
} }