Skip to content

Commit

Permalink
fix: Horizontal filter bar resizing (#22286)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Dec 1, 2022
1 parent 04e0bb9 commit ead2834
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const FilterControls: FC<FilterControlsProps> = ({
css`
padding-left: ${theme.gridUnit * 4}px;
min-width: 0;
flex: 1;
`
}
>
Expand Down

0 comments on commit ead2834

Please sign in to comment.