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:
authorPhil Hughes <me@iamphill.com>2017-07-24 10:55:39 +0300
committerPhil Hughes <me@iamphill.com>2017-07-24 13:11:15 +0300
commit32c47aa348049a2714ab34f0040e516b7921b746 (patch)
tree62f32b249fd2345749ef836e555a23dcbdd1e944 /app/assets/stylesheets/framework/nav.scss
parentd4c4dec80dc3abd39116440a3c291c19b27258e1 (diff)
Fixed duplicate new milestone buttons in new navigation
Closes #35454
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 99eea97377c..35b4d77a5ab 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -182,6 +182,12 @@
}
}
+ &.nav-controls-new-nav {
+ > .dropdown {
+ margin-right: 0;
+ }
+ }
+
> .btn-grouped {
float: none;
}