aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_dropdown.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 7826e0212..981a17cb8 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -114,11 +114,11 @@
// menu with the parent.
.dropdown-menu-right {
right: 0;
- left: auto; // Reset the default from `.dropdown-menu`
+ left: auto !important; // Reset the default from `.dropdown-menu`
}
.dropdown-menu-left {
- right: auto;
+ right: auto !important;
left: 0;
}