Skip to content

Commit 28cc5a6

Browse files
author
Marius Conjeaud
committed
Fix padding in compact table with report actions
1 parent 6e54e0d commit 28cc5a6

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

0 commit comments

Comments
 (0)