From dc35a840dc2bf0ce0ec8bfea6dc49e7e89106159 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 25 Apr 2017 21:34:06 +0200 Subject: [PATCH] Fix dropdown-menu-right and dropdown-menu-left for Dropdown --- scss/_dropdown.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 7826e02121..981a17cb86 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; } -- 2.47.2