Skip to content

Commit

Permalink
fix: step4's "upload" button would float over "print" button
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 17, 2023
1 parent 3665977 commit 1e5edd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ApplicationFormStep4: React.FC<DynamicFormStepComponentProps> = ({
/>
</$GridCell>
)}
<$GridCell $colSpan={6}>
<$GridCell $colSpan={12}>
<CredentialsSection
title={t(`${translationsBase}.uploadPowerOfAttorney.title`)}
description={t(
Expand Down Expand Up @@ -123,7 +123,7 @@ const ApplicationFormStep4: React.FC<DynamicFormStepComponentProps> = ({
{t(`${translationsBase}.uploadPowerOfAttorney.action1`)}
</Button>
</$GridCell>
<$GridCell $colSpan={6}>
<$GridCell $colSpan={8}>
<UploadAttachment
theme="black"
variant="secondary"
Expand Down

0 comments on commit 1e5edd9

Please sign in to comment.