summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/search.scss
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-08-25 19:11:06 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-26 14:50:52 -0500
commitbf5a853e51a48a3113ccbba7cc8e62ca7999396f (patch)
tree156accf08dd7d01e0c8ace235482cebdd3388a23 /app/assets/stylesheets/pages/search.scss
parent33af01f3670bbed069135f50950633eb23ccb988 (diff)
downloadgitlab-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.scss2
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;