Skip to content

Commit ec166cf

Browse files
fix(site): remove search menu vertical padding (#11599)
1 parent f3edc42 commit ec166cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Filter/filter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ function SearchMenu<TOption extends BaseOption>({
588588
css={{
589589
"& .MuiPaper-root": {
590590
width: 320,
591-
paddingY: 0,
591+
padding: 0,
592592
},
593593
}}
594594
// Disabled this so when we clear the filter and do some sorting in the

0 commit comments

Comments
 (0)