Skip to content

Commit

Permalink
fix(horizontal filter bar filter labels): Increase max-width to 96px (a…
Browse files Browse the repository at this point in the history
…pache#25883)

Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
  • Loading branch information
rtexelm and eschutho committed Nov 20, 2023
1 parent c9119ea commit 47519c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
`;

Expand Down

0 comments on commit 47519c0

Please sign in to comment.