aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-04-25 21:34:06 +0200
committerJohann-S <[email protected]>2017-05-14 11:41:19 +0200
commitdc35a840dc2bf0ce0ec8bfea6dc49e7e89106159 (patch)
tree7a0e39668b392a66aa47357f4d4c7a263050ed65
parent85f41309e2e7e0dd32f84885db6bdcf482365348 (diff)
downloadbootstrap-dc35a840dc2bf0ce0ec8bfea6dc49e7e89106159.tar.xz
bootstrap-dc35a840dc2bf0ce0ec8bfea6dc49e7e89106159.zip
Fix dropdown-menu-right and dropdown-menu-left for Dropdown
-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;
}