Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-03 23:50:35 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-03 23:50:35 +0300
commit5a23af928e52350039f1db8eee97278d34d1f1b0 (patch)
tree34a849e437df3dbe0fca514db4fc603d6fc998aa /app/assets/stylesheets/framework/new-nav.scss
parent900a19edfc1d9021557d264df558194dedad0a8c (diff)
parent64a60e08c3749cb5cfe9546ac526edf91f0b3b76 (diff)
Merge branch '38187-38315-fix-dropdown-open-top-bottom-spacing' into 'master'
Fix bottom spacing for dropdowns that open upwards Closes #38187 and #38315 See merge request gitlab-org/gitlab-ce!14535
Diffstat (limited to 'app/assets/stylesheets/framework/new-nav.scss')
-rw-r--r--app/assets/stylesheets/framework/new-nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/new-nav.scss b/app/assets/stylesheets/framework/new-nav.scss
index 3abf3e4ac7d..7899be2c2d3 100644
--- a/app/assets/stylesheets/framework/new-nav.scss
+++ b/app/assets/stylesheets/framework/new-nav.scss
@@ -295,7 +295,7 @@ header.navbar-gitlab-new {
.header-user .dropdown-menu-nav,
.header-new .dropdown-menu-nav {
- margin-top: 4px;
+ margin-top: $dropdown-vertical-offset;
}
.breadcrumbs {