mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
Merge pull request #1301 from jinzo/status-card-spacing
fix: Better StatusCard spacing on a long edge case.
This commit is contained in:
commit
e83e67b606
@ -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