mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): remove search menu vertical padding (#11599)
This commit is contained in:
@@ -588,7 +588,7 @@ function SearchMenu<TOption extends BaseOption>({
|
||||
css={{
|
||||
"& .MuiPaper-root": {
|
||||
width: 320,
|
||||
paddingY: 0,
|
||||
padding: 0,
|
||||
},
|
||||
}}
|
||||
// Disabled this so when we clear the filter and do some sorting in the
|
||||
|
||||
Reference in New Issue
Block a user