From 7d5c2f0039785b8f66df937209681a464a69ab1f Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Thu, 22 Jun 2017 12:06:16 -0500 Subject: Fixed top position for the new button dropdown --- app/assets/stylesheets/framework/dropdowns.scss | 1 + app/assets/stylesheets/framework/header.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 5100094c16e..4f54ca24940 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -395,6 +395,7 @@ .dropdown-menu-align-right { left: auto; right: 0; + margin-top: -5px; @media (max-width: $screen-xs-max) { left: 0; diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index d8645afb7da..94986badaf9 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -346,6 +346,7 @@ header { width: auto; min-width: 140px; margin-top: -5px; + left: auto; .current-user { padding: 5px 18px; -- cgit v1.2.1