From 9312442338003d5011372e0cc3994de56179653b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Fri, 4 Dec 2020 17:17:11 +0100 Subject: [PATCH] fix(dropdown): ensure [style] will override inline styles --- scss/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }