Skip to content

Commit

Permalink
fix(chart & table): make to prevent dates from wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed Jun 14, 2022
1 parent 160e674 commit 950c6cb
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 950c6cb

Please sign in to comment.