diff --git a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx index d04484ab2..b108bfbe1 100644 --- a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx +++ b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx @@ -208,6 +208,7 @@ function FilterButton(props: FilterButtonProps): JSX.Element { pl: '10px', mb: '2px', display: 'flex', + width: '100%', maxWidth: '100%', height: '32px', backgroundColor: selected ? '#FFEA9F' : 'unset',