Skip to content

Commit

Permalink
fix-3930- Missing bottom margin in full name and date of birth control
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankeerth-Mulkalla-goa committed Feb 3, 2025
1 parent a617d03 commit 2b82ba6
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 2b82ba6

Please sign in to comment.