Skip to content

Commit

Permalink
fixed spacing in loan form
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill committed May 20, 2024
1 parent ff1cc29 commit 5ab3fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/org/quotient/loan.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ const QuotientApplyLoanForm = () => {
<div className='p-4 bg-neutral-50 rounded-lg space-y-5 flex-1 flex-1 w-full xl:w-2/3 md:w-2/3'>
<FormFieldCarDetails control={form.control} />
<Separator />
<FormFieldNameAndBirthday control={form.control} applicant={applicant} />
<FormFieldNameAndBirthday control={form.control} applicant={applicant} />
<Separator />
<FormFieldAddress control={form.control} applicant={applicant} />
<FormFieldAddress control={form.control} applicant={applicant} />
<Separator />
<FormFieldPersonalContact />
</div>
Expand Down

0 comments on commit 5ab3fb7

Please sign in to comment.