Skip to content

Commit

Permalink
feat(redmine 1254620): add margin bottom for cancel button in confirm…
Browse files Browse the repository at this point in the history
…Modal
  • Loading branch information
vapersmile committed Sep 26, 2023
1 parent 631dc36 commit 079d85a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const useStyles = createStyles(() => ({
buttonGrey: {
padding: '0.667em 3.333em',
},
buttonLeftModal: { marginRight: '10px' },
buttonLeftModal: { marginBottom: '10px', marginRight: '10px' },
buttonRemoveRoot: {
padding: '0.667em 3.333em',
},
Expand Down

0 comments on commit 079d85a

Please sign in to comment.