Commit 35b84a43 authored by Robert Knight's avatar Robert Knight

Simplify `gap-x-2 gap-y-2` to `gap-2`

parent 77281cd5
......@@ -155,7 +155,7 @@ export default function FilterControls({
return (
<Container>
<div
className="flex flex-row flex-wrap gap-x-2 gap-y-2 items-center"
className="flex flex-row flex-wrap gap-2 items-center"
data-testid="filter-controls"
>
<b>Filters</b>
......
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