summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-11 16:42:25 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-11 16:42:25 -0500
commitce5a5f75e428bd9de7de0b126d16b922a157646f (patch)
tree8aa1497fa1f1596e9c28b6e0db0eb253296f5ae2
parentf76596380fb545c54b14c6bfc339a68a1dc162d3 (diff)
downloadgitlab-ce-19708-label-selection-clutter.tar.gz
Add margin to filter labels19708-label-selection-clutter
-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;
}
}