We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af23cd commit 52e3438Copy full SHA for 52e3438
src/chart/table/TableChart.tsx
@@ -310,6 +310,7 @@ export const NeoTableChart = (props: ChartProps) => {
310
'&.MuiDataGrid-root--densityCompact .MuiDataGrid-cell': { py: '3px' },
311
'&.MuiDataGrid-root--densityStandard .MuiDataGrid-cell': { py: '15px' },
312
'&.MuiDataGrid-root--densityComfortable .MuiDataGrid-cell': { py: '22px' },
313
+ '&.MuiDataGrid-root .MuiDataGrid-cell': { wordBreak: 'break-word' },
314
}}
315
/>
316
</div>
0 commit comments