fix(chart & table): make to prevent dates from wrapping (#20384)

(cherry picked from commit 1ae935379f)
This commit is contained in:
smileydev
2022-06-21 08:58:50 -04:00
committed by Michael S. Molina
parent f58ad259ac
commit 2d551faaf4

View File

@@ -394,6 +394,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
colorPositiveNegative,
})
: undefined)};
white-space: ${value instanceof Date ? 'nowrap' : undefined};
`;
const cellProps = {