mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(chart & table): make to prevent dates from wrapping (#20384)
(cherry picked from commit 1ae935379f)
This commit is contained in:
committed by
Michael S. Molina
parent
f58ad259ac
commit
2d551faaf4
@@ -394,6 +394,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
colorPositiveNegative,
|
||||
})
|
||||
: undefined)};
|
||||
white-space: ${value instanceof Date ? 'nowrap' : undefined};
|
||||
`;
|
||||
|
||||
const cellProps = {
|
||||
|
||||
Reference in New Issue
Block a user