fix: Better StatusCard spacing on a long edge case.

This commit is contained in:
Matjaž Črnko 2024-11-26 20:20:35 +01:00
parent c11841f648
commit 669f42b171

View File

@ -73,6 +73,9 @@ const useStyles = makeStyles((theme) => ({
paddingLeft: 0,
paddingRight: 0,
},
'& .MuiTableCell-sizeSmall:first-child': {
paddingRight: theme.spacing(1),
},
},
cell: {
borderBottom: 'none',