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:
authorwinh <winnie@gitlab.com>2017-09-04 23:10:59 +0300
committerwinh <winnie@gitlab.com>2017-09-04 23:10:59 +0300
commit3c1dfcc0323bac1a932b1a7b3fd5df63c259d5cc (patch)
tree3cddae8601b4dcac040038ea03d17c955c486335 /app/assets/stylesheets/framework/dropdowns.scss
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
Make dropdowns on new issue page consistent
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index a45d5a6dca0..377cd3315e5 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -728,6 +728,8 @@
@mixin new-style-dropdown($selector: '') {
#{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav {
+ margin-bottom: 24px;
+
li {
padding: 0 1px;