diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-08-25 19:11:06 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-08-26 14:50:52 -0500 |
commit | bf5a853e51a48a3113ccbba7cc8e62ca7999396f (patch) | |
tree | 156accf08dd7d01e0c8ace235482cebdd3388a23 /app/assets/stylesheets/pages/search.scss | |
parent | 33af01f3670bbed069135f50950633eb23ccb988 (diff) | |
download | gitlab-ce-bf5a853e51a48a3113ccbba7cc8e62ca7999396f.tar.gz |
Fix dropdown vertical position
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index c9d436d72ba..cae8063396f 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -103,7 +103,7 @@ // Custom dropdown positioning .dropdown-menu { - top: 30px; + top: 37px; left: -5px; padding: 0; |