fix(horizontal filter bar filter labels): Increase max-width to 96px (#25883)

Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
Ross Mabbett 2023-11-20 14:24:02 -05:00 committed by GitHub
parent e2bfb1216b
commit e7797b65d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ const VerticalFilterControlTitle = styled.h4`
const HorizontalFilterControlTitle = styled(VerticalFilterControlTitle)`
font-weight: ${({ theme }) => theme.typography.weights.normal};
color: ${({ theme }) => theme.colors.grayscale.base};
max-width: ${({ theme }) => theme.gridUnit * 15}px;
${truncationCSS};
`;