Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGaƫl Poupard <gael.poupard@orange.com>2020-12-04 19:17:11 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-06 19:42:40 +0300
commit9312442338003d5011372e0cc3994de56179653b (patch)
tree9dd59257b5c5d4595f23d82513d138a36b556fa8 /scss
parent6a27618d211da5eef90cd163f623446f88bf03dd (diff)
fix(dropdown): ensure [style] will override inline styles
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index c86aac625b..f9ad9778b3 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
}
}