Skip to content

Commit

Permalink
ui: adjust padding for header column content
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Aug 31, 2023
1 parent d6da76b commit e5ef35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/compare/compare.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const useStyles = makeStyles({
},
},
headerColumnContent: {
padding: '4px 16px 16px 16px',
padding: '16px',
minWidth: "150px",
},
Table: {
Expand Down

0 comments on commit e5ef35a

Please sign in to comment.