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 aef8b8b321262e48f47f8b3fb668d8d7ebb98f1a..a17bac64aa78a73c6b891912f9b843233d4771a0 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; `} `;