From 1ae935379fa8f1f5043205f218d7c1af93fae053 Mon Sep 17 00:00:00 2001 From: smileydev <47900232+prosdev0107@users.noreply.github.com> Date: Tue, 21 Jun 2022 08:58:50 -0400 Subject: [PATCH] fix(chart & table): make to prevent dates from wrapping (#20384) --- superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx | 1 + 1 file changed, 1 insertion(+) 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 = {