Skip to content

Commit

Permalink
style: Maximize space for title
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterca committed Oct 19, 2023
1 parent 0a75a5e commit 441aa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExpansionPanel/ExpansionPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const useStyles = makeStyles(
outline: 'none',
overflow: 'hidden',
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2),
paddingRight: 0,
paddingTop: theme.spacing(1.25),
paddingBottom: theme.spacing(1.25),
position: 'relative',
Expand Down

0 comments on commit 441aa79

Please sign in to comment.