summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-18 19:51:48 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-18 19:54:37 -0500
commit1133251f0883f137ddd2154507fe5f83c5894117 (patch)
treef5d9e6fb9087389a879106d1efe8e6c763c7e6d5
parentb64b4c711f91423002706d8b8494b83622fb336f (diff)
downloadgitlab-ce-1133251f0883f137ddd2154507fe5f83c5894117.tar.gz
Reduce margin to fit dropdowns
Fixes #10747
-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) {