Skip to content

Commit

Permalink
fix(chart & table): make to prevent dates from wrapping (#20384)
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 authored Jun 21, 2022
1 parent 9fad26f commit 1ae9353
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
colorPositiveNegative,
})
: undefined)};
white-space: ${value instanceof Date ? 'nowrap' : undefined};
`;

const cellProps = {
Expand Down

0 comments on commit 1ae9353

Please sign in to comment.