Skip to content

Commit

Permalink
[fix] long name in filter panel header (#2412)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Rui Wang <64480766+albatross97@users.noreply.github.com>
  • Loading branch information
igorDykhta and albatross97 committed Oct 28, 2023
1 parent b8fa6ce commit bcb8c4e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -49,8 +49,8 @@ export const StyledFilterHeader = styled(StyledPanelHeader)<StyledFilterHeaderPr

const StyledChildrenContainer = styled.div`
display: flex;
flex: 2;
width: 90%;
flex: 1;
overflow: hidden;
`;

export type FilterPanelHeaderProps = {
Expand Down

0 comments on commit bcb8c4e

Please sign in to comment.