summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-07-12 21:27:29 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-07-12 21:27:29 +0000
commit1005262c795c0ade9694c6e99d36a864e2bd38bc (patch)
tree2705320f8389fcbe6751fb19d56f078679b3d4ff
parent005b9f07ae6853a3a207c3e1db03fb6d13e06b7b (diff)
parentce5a5f75e428bd9de7de0b126d16b922a157646f (diff)
downloadgitlab-ce-1005262c795c0ade9694c6e99d36a864e2bd38bc.tar.gz
Merge branch '19708-label-selection-clutter' into 'master'
Add margin to filter labels ## What does this MR do? Adds margin to filter labels ## Why was this MR needed? It was pretty ugly before ## What are the relevant issue numbers? Closes #19708 ## Screenshots (if relevant) ![Screen_Shot_2016-07-11_at_4.42.05_PM](/uploads/55c049e442a16a06c14bb9394137cc87/Screen_Shot_2016-07-11_at_4.42.05_PM.png) See merge request !5194
-rw-r--r--app/assets/stylesheets/pages/labels.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 47bfd144930..3b1e38fc07d 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -162,9 +162,15 @@
}
.filtered-labels {
+ font-size: 0;
+ padding: 12px 16px;
+
.label-row {
+ margin-top: 4px;
+ margin-bottom: 4px;
+
&:not(:last-child) {
- margin-right: 5px;
+ margin-right: 8px;
}
}