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-03-08 02:22:10 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-08 20:48:18 +0300
commit1c2fd69696130ac06431e89a5240a52da98b424e (patch)
tree13e8485859ba8e09ada33982182aed98b25f973f /app/assets/stylesheets/framework/nav.scss
parent5589074325c341a10b3b4e7783ccd535e7d4430d (diff)
Remove extra space for settings dropdown
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 674d3bb45aa..ea45aaa0253 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -294,7 +294,7 @@
.nav-control {
@media (max-width: $screen-sm-max) {
- margin-right: 75px;
+ margin-right: 2px;
}
}
}