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:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user