Add margin to filter labels
This commit is contained in:
parent
f76596380f
commit
ce5a5f75e4
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue