fix(pivot-table): Revert "fix(Pivot Table): Fix column width to respect currency config (#31414)" (#32968)

This commit is contained in:
JUST.in DO IT
2025-04-01 15:05:36 -07:00
committed by GitHub
parent f5d3627468
commit a36e636a58

View File

@@ -51,7 +51,6 @@ const Styles = styled.div<PivotTableStylesProps>`
width: ${
typeof width === 'string' ? parseInt(width, 10) : width - margin * 2
}px;
white-space: nowrap;
`}
`;