This is an automated email from the ASF dual-hosted git repository.
vavila pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new a36e636a58 fix(pivot-table): Revert "fix(Pivot Table): Fix column
width to respect currency config (#31414)" (#32968)
a36e636a58 is described below
commit a36e636a58b24fa312c6619aeaf61aad4513a8f8
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)
---
.../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;
`}
`;