This is an automated email from the ASF dual-hosted git repository. jli pushed a commit to branch 4.1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit eb2656f5c60bb328a4ee2766b9688c9fe3724c43 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 2aeaac1063..0c83a152df 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; `} `;
