Skip to content

Commit

Permalink
fix(Pivot Table): Fix column width to respect currency config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor-Avila committed Dec 12, 2024
1 parent 423a0fe commit 4e02b6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const Styles = styled.div<PivotTableStylesProps>`
width: ${
typeof width === 'string' ? parseInt(width, 10) : width - margin * 2
}px;
white-space: nowrap;
`}
`;

Expand Down

0 comments on commit 4e02b6c

Please sign in to comment.