diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2017-10-09 15:19:41 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2017-12-08 11:56:04 +0100 |
commit | 2ff4037878c4bf16db08b3758b689b5ae124fe88 (patch) | |
tree | a3dcee755f2b084856892a54f034ef7b32afeac6 | |
parent | 4a12df3aaa1f0cd1b3f9f4aa252e9c494001ec82 (diff) | |
download | gitlab-ce-2ff4037878c4bf16db08b3758b689b5ae124fe88.tar.gz |
Make new .dropdown-menu-align-right style global
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index c37db085944..232673fd5c3 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -480,7 +480,7 @@ .dropdown-menu-align-right { left: auto; right: 0; - margin-top: -5px; + margin-top: 2px; } .dropdown-menu-selectable { @@ -757,9 +757,7 @@ // TODO: change global style and remove mixin @mixin new-style-dropdown($selector: '') { - #{$selector}.dropdown-menu-align-right { - margin-top: 2px; - } + } @media (max-width: $screen-xs-max) { |