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 a17bac64a..aef8b8b32 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx @@ -51,6 +51,7 @@ const Styles = styled.div` width: ${ typeof width === 'string' ? parseInt(width, 10) : width - margin * 2 }px; + white-space: nowrap; `} `;