mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set width and maxWidth on filter buttons so they clip but also show full width
This commit is contained in:
parent
1fafc3cb19
commit
907319262c
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue