Skip to content

Commit 7d28771

Browse files
committed
Decrease audit filter button widths
Now that there are four items.
1 parent 0cafeb2 commit 7d28771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Filter/SelectFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
SelectMenuIcon,
1212
} from "components/SelectMenu/SelectMenu";
1313

14-
const BASE_WIDTH = 200;
14+
const BASE_WIDTH = 175;
1515
const POPOVER_WIDTH = 320;
1616

1717
export type SelectFilterOption = {

0 commit comments

Comments
 (0)