Skip to content

Commit 52e3438

Browse files
author
Marius Conjeaud
committed
Wrap words
1 parent 3af23cd commit 52e3438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chart/table/TableChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ export const NeoTableChart = (props: ChartProps) => {
310310
'&.MuiDataGrid-root--densityCompact .MuiDataGrid-cell': { py: '3px' },
311311
'&.MuiDataGrid-root--densityStandard .MuiDataGrid-cell': { py: '15px' },
312312
'&.MuiDataGrid-root--densityComfortable .MuiDataGrid-cell': { py: '22px' },
313+
'&.MuiDataGrid-root .MuiDataGrid-cell': { wordBreak: 'break-word' },
313314
}}
314315
/>
315316
</div>

0 commit comments

Comments
 (0)