Set width and maxWidth on filter buttons so they clip but also show full width

This commit is contained in:
Jackson Harper 2023-03-01 19:30:40 +08:00
parent 1fafc3cb19
commit 907319262c

View file

@ -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',