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.
2 parents 6e54e0d + 28cc5a6 commit ace909fCopy full SHA for ace909f
src/chart/table/TableChart.tsx
@@ -317,6 +317,7 @@ export const NeoTableChart = (props: ChartProps) => {
317
}}
318
sx={{
319
'&.MuiDataGrid-root--densityCompact .MuiDataGrid-cell': { py: '3px' },
320
+ '&.MuiDataGrid-root--densityCompact .MuiDataGrid-cell:has(button)': { py: '0px' },
321
'&.MuiDataGrid-root--densityStandard .MuiDataGrid-cell': { py: '15px' },
322
'&.MuiDataGrid-root--densityComfortable .MuiDataGrid-cell': { py: '22px' },
323
'&.MuiDataGrid-root .MuiDataGrid-cell': { wordBreak: 'break-word' },
0 commit comments