Skip to content

Commit

Permalink
ui: change inline to flex & add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Jul 25, 2023
1 parent 53d7096 commit 4257638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/util/chpl-text-field.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const useStyles = makeStyles({
},
date: {
height: '64px',
display: 'inline-grid',
display: 'inline-flex',
paddingTop: '16px',
},
});

Expand Down

0 comments on commit 4257638

Please sign in to comment.