mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
fix: Better StatusCard spacing on a long edge case.
This commit is contained in:
parent
c11841f648
commit
669f42b171
@ -73,6 +73,9 @@ const useStyles = makeStyles((theme) => ({
|
||||
paddingLeft: 0,
|
||||
paddingRight: 0,
|
||||
},
|
||||
'& .MuiTableCell-sizeSmall:first-child': {
|
||||
paddingRight: theme.spacing(1),
|
||||
},
|
||||
},
|
||||
cell: {
|
||||
borderBottom: 'none',
|
||||
|
Loading…
Reference in New Issue
Block a user