diff options
| -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 f9ad9778b..594c06399 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -35,7 +35,7 @@ // Reset positioning when positioned with Popper &[style] { - right: auto !important; // stylelint-disable-line declaration-no-important + right: auto#{"/* rtl:ignore */"} !important; // stylelint-disable-line declaration-no-important } } |
