Skip to content

Commit

Permalink
CM-852: allign modal with the one from individual module
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Mar 22, 2024
1 parent 6e12291 commit 4d0117f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dialogs/BenefitPlanBeneficiariesUploadHistoryDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ function BenefitPlanBeneficiariesUploadHistoryDialog({
top: '50%',
left: '50%',
transform: 'translate(-50%,-50%)',
width: '75%',
maxWidth: '75%',
width: '85%',
maxWidth: '85%',
maxHeight: '75%',
},
}}
>
Expand Down

0 comments on commit 4d0117f

Please sign in to comment.