diff --git a/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx b/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx index 3b037cd0c1..73a639df01 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx @@ -394,6 +394,7 @@ export default function TableChart( colorPositiveNegative, }) : undefined)}; + white-space: ${value instanceof Date ? 'nowrap' : undefined}; `; const cellProps = {