summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-24 17:39:28 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-12-08 12:09:40 +0100
commit1d97695f57d0699a4274801bc20a636d519b7bbc (patch)
treea53b14b147c41f8069ca49f7184e791ff8557f0e
parent7b2df806b23b889fa548d63cccd0f06a0e920f4f (diff)
downloadgitlab-ce-1d97695f57d0699a4274801bc20a636d519b7bbc.tar.gz
Fix dropdown top margin
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index e2c80e0f6ab..7bd330ab027 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -222,7 +222,7 @@
z-index: 300;
min-width: 240px;
max-width: 500px;
- margin-top: 2px;
+ margin-top: $dropdown-vertical-offset;
margin-bottom: 24px;
font-size: 14px;
font-weight: $gl-font-weight-normal;