Skip to content

Commit

Permalink
PXBF-1891-adjust-modal-margins: remove padding left and right padding…
Browse files Browse the repository at this point in the history
… from modal content
  • Loading branch information
scottqueen-bixal committed Nov 5, 2024
1 parent 5fa5a45 commit 59fda5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/components/Modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const customStyles = {
width: '80%',
borderRadius: '8px',
borderColor: '#005ea2',
padding: '5% 10%',
padding: '5% 0',
maxWidth: '32.5rem',
},
}
Expand Down

0 comments on commit 59fda5e

Please sign in to comment.