fix: Horizontal filter bar resizing (#22286)

This commit is contained in:
Michael S. Molina 2022-12-01 08:11:22 -05:00 committed by GitHub
parent 04e0bb9f36
commit ead2834a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ const FilterControls: FC<FilterControlsProps> = ({
css`
padding-left: ${theme.gridUnit * 4}px;
min-width: 0;
flex: 1;
`
}
>