Skip to content

Commit

Permalink
change padding of form
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Aug 24, 2023
1 parent 3fa1f6b commit e43d9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsx/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Modal({
};

const bodyStyle = {
padding: success ? 0 : '15px 90px',
padding: success ? 0 : '15px 15px',
maxHeight: success ? 0 : '75vh',
overflow: 'scroll',
opacity: success ? 0 : 1,
Expand Down

0 comments on commit e43d9dc

Please sign in to comment.