diff options
| author | Gaƫl Poupard <[email protected]> | 2020-12-04 17:17:11 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-06 18:42:40 +0200 |
| commit | 9312442338003d5011372e0cc3994de56179653b (patch) | |
| tree | 9dd59257b5c5d4595f23d82513d138a36b556fa8 | |
| parent | 6a27618d211da5eef90cd163f623446f88bf03dd (diff) | |
| download | bootstrap-9312442338003d5011372e0cc3994de56179653b.tar.xz bootstrap-9312442338003d5011372e0cc3994de56179653b.zip | |
fix(dropdown): ensure [style] will override inline styles
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index c86aac625..f9ad9778b 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -35,7 +35,7 @@ // Reset positioning when positioned with Popper &[style] { - right: auto; + right: auto !important; // stylelint-disable-line declaration-no-important } } |
