From 8f911c89a90012d466b7deebd0e297fd9777a97e Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Fri, 12 Jan 2024 19:20:48 +0000 Subject: [PATCH] Fix filter padding --- site/src/components/Filter/filter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/Filter/filter.tsx b/site/src/components/Filter/filter.tsx index c3eff722d07ac..1ea5a5df209aa 100644 --- a/site/src/components/Filter/filter.tsx +++ b/site/src/components/Filter/filter.tsx @@ -588,7 +588,7 @@ function SearchMenu({ css={{ "& .MuiPaper-root": { width: 320, - paddingY: 0, + padding: 0, }, }} // Disabled this so when we clear the filter and do some sorting in the