Skip to content

Commit

Permalink
Merge pull request #4057 from GovAlta/fix--CS-3920
Browse files Browse the repository at this point in the history
fix-3930- Missing bottom margin in full name and date of birth control
  • Loading branch information
Sankeerth-Mulkalla-goa authored Feb 3, 2025
2 parents a617d03 + 2b82ba6 commit 352d235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const FullNameDobControl = (props: DateOfBirthControlProps): JSX.Element
/>
</GoAFormItem>
</GoAGrid>
<GoAGrid minChildWidth="0ch" gap="s">
<GoAGrid minChildWidth="0ch" gap="s" mb="m">
<GoAFormItem
label="Date of birth"
error={errors?.['dateOfBirth'] ?? ''}
Expand Down

0 comments on commit 352d235

Please sign in to comment.