mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Max width on filter buttons
This commit is contained in:
parent
c603f730a8
commit
1fafc3cb19
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ function FilterButton(props: FilterButtonProps): JSX.Element {
|
|||
pl: '10px',
|
||||
mb: '2px',
|
||||
display: 'flex',
|
||||
width: '100%',
|
||||
maxWidth: '100%',
|
||||
height: '32px',
|
||||
backgroundColor: selected ? '#FFEA9F' : 'unset',
|
||||
fontSize: '14px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue