Skip to content
Snippets Groups Projects
Unverified Commit a36e636a authored by JUST.in DO IT's avatar JUST.in DO IT Committed by GitHub
Browse files

fix(pivot-table): Revert "fix(Pivot Table): Fix column width to respect...

fix(pivot-table): Revert "fix(Pivot Table): Fix column width to respect currency config (#31414)" (#32968)
parent f5d36274
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,6 @@ const Styles = styled.div<PivotTableStylesProps>` ...@@ -51,7 +51,6 @@ const Styles = styled.div<PivotTableStylesProps>`
width: ${ width: ${
typeof width === 'string' ? parseInt(width, 10) : width - margin * 2 typeof width === 'string' ? parseInt(width, 10) : width - margin * 2
}px; }px;
white-space: nowrap;
`} `}
`; `;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment