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:
authorEric Eastwood <contact@ericeastwood.com>2017-09-27 21:07:49 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-10-03 22:40:01 +0300
commit64a60e08c3749cb5cfe9546ac526edf91f0b3b76 (patch)
tree15991dfa91305c40b5757e48160fd48ad2c3f21c /app/assets/stylesheets/framework/new-nav.scss
parent05d8e87dba4abaf9eb495bac147c4d4c5426da2e (diff)
Fix bottom spacing for dropdowns that open upwards
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38315 Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38187
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 d4b3fb238d5..87ed0fa1d40 100644
--- a/app/assets/stylesheets/framework/new-nav.scss
+++ b/app/assets/stylesheets/framework/new-nav.scss
@@ -292,7 +292,7 @@ header.navbar-gitlab-new {
.header-user .dropdown-menu-nav,
.header-new .dropdown-menu-nav {
- margin-top: 4px;
+ margin-top: $dropdown-vertical-offset;
}
.breadcrumbs {