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
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-19 03:51:48 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-19 03:54:37 +0300
commit1133251f0883f137ddd2154507fe5f83c5894117 (patch)
treef5d9e6fb9087389a879106d1efe8e6c763c7e6d5 /app
parentb64b4c711f91423002706d8b8494b83622fb336f (diff)
Reduce margin to fit dropdowns
Fixes #10747
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/filters.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 8e6922c9231..b7638c86bfa 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -1,5 +1,5 @@
.filter-item {
- margin-right: 15px;
+ margin-right: 6px;
}
@media (min-width: 800px) {