Fix visual regression on filter buttons

This commit is contained in:
Matt-Yorkley
2022-01-28 10:40:01 +00:00
parent 8c33dc16e8
commit 4ace7efd97

View File

@@ -184,6 +184,10 @@ fieldset {
&:hover {
border-color: $color-1;
}
&:first-of-type {
margin-right: 1.25em;
}
}
span.or {