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:
authorDouwe Maan <douwe@selenight.nl>2017-08-31 10:13:41 +0300
committerDouwe Maan <douwe@selenight.nl>2017-08-31 10:13:41 +0300
commit7c215dd23dfa942d6b83252403ce326df96ab3ea (patch)
tree52c2d7bfa1a11beac6bb135c6eb425dd22d2e320 /app/assets/stylesheets/framework/dropdowns.scss
parenta540f55c6e8ff64f7284ec4194f4c16ca711c685 (diff)
parentd6e956d3a89fbb7f1a503f152fe9a4e2ca931d85 (diff)
Merge branch 'master' into issue-discussions-refactor
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index d2951279734..f79261dfd61 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -775,6 +775,11 @@
&::before {
top: 16px;
}
+
+ &.dropdown-menu-user-link::before {
+ top: 50%;
+ transform: translateY(-50%);
+ }
}
}
}