chore(ui): more spacing between filter bar buttons

This commit is contained in:
Łukasz Mierzwa
2020-01-08 19:49:08 +00:00
parent c2b18f104f
commit b72e5f949e

View File

@@ -21,3 +21,8 @@ div[data-tooltipped]:not(:last-child) > .components-label,
div[data-tooltipped]:not(:last-child) > .components-grid-annotation {
margin-right: 0.25rem;
}
// larger margin for buttons in the filter input bar
.components-filterinput > button.components-label:not(:last-child) {
margin-right: 0.35rem;
}