diff --git a/ui/src/Styles/Components/AlertGroup.scss b/ui/src/Styles/Components/AlertGroup.scss index 45ad075a9..f19c28c97 100644 --- a/ui/src/Styles/Components/AlertGroup.scss +++ b/ui/src/Styles/Components/AlertGroup.scss @@ -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; +}