Commit 1005262c authored by Jacob Schatz's avatar Jacob Schatz

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
parents 005b9f07 ce5a5f75
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment