Merge pull request #1301 from jinzo/status-card-spacing

fix: Better StatusCard spacing on a long edge case.
This commit is contained in:
Anton Tananaev 2024-11-26 22:50:33 +01:00 committed by GitHub
commit e83e67b606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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',