Skip to content

Commit 3b58bf8

Browse files
Merge branch 'fix/htmlRenderRollback' of https://github.com/LiamEdwardsLamarche/neodash into fix/htmlRenderRollback
2 parents a281406 + ac672a3 commit 3b58bf8

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
@@ -318,6 +318,7 @@ export const NeoTableChart = (props: ChartProps) => {
318318
}}
319319
sx={{
320320
'&.MuiDataGrid-root--densityCompact .MuiDataGrid-cell': { py: '3px' },
321+
'&.MuiDataGrid-root--densityCompact .MuiDataGrid-cell:has(button)': { py: '0px' },
321322
'&.MuiDataGrid-root--densityStandard .MuiDataGrid-cell': { py: '15px' },
322323
'&.MuiDataGrid-root--densityComfortable .MuiDataGrid-cell': { py: '22px' },
323324
'&.MuiDataGrid-root .MuiDataGrid-cell': { wordBreak: 'break-word' },

0 commit comments

Comments
 (0)