Skip to content

Commit

Permalink
Merge pull request #1301 from jinzo/status-card-spacing
Browse files Browse the repository at this point in the history
fix: Better StatusCard spacing on a long edge case.
  • Loading branch information
tananaev authored Nov 26, 2024
2 parents c11841f + 669f42b commit e83e67b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/components/StatusCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ const useStyles = makeStyles((theme) => ({
paddingLeft: 0,
paddingRight: 0,
},
'& .MuiTableCell-sizeSmall:first-child': {
paddingRight: theme.spacing(1),
},
},
cell: {
borderBottom: 'none',
Expand Down

0 comments on commit e83e67b

Please sign in to comment.