Add margin to filter labels

This commit is contained in:
Annabel Dunstone 2016-07-11 16:42:25 -05:00
parent f76596380f
commit ce5a5f75e4
1 changed files with 7 additions and 1 deletions

View File

@ -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;
}
}