This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 5.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 6a78260b663e509488804e765736297856251a35 Author: JUST.in DO IT <[email protected]> AuthorDate: Tue Apr 1 15:05:36 2025 -0700 fix(pivot-table): Revert "fix(Pivot Table): Fix column width to respect currency config (#31414)" (#32968) (cherry picked from commit a36e636a58b24fa312c6619aeaf61aad4513a8f8) --- .../plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx index aef8b8b321..a17bac64aa 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx @@ -51,7 +51,6 @@ const Styles = styled.div<PivotTableStylesProps>` width: ${ typeof width === 'string' ? parseInt(width, 10) : width - margin * 2 }px; - white-space: nowrap; `} `;
