Skip to content

Commit

Permalink
Merge pull request #29480 from Krishna2323/krishna2323/issue/29137
Browse files Browse the repository at this point in the history
fix: No margin top on zip code input
  • Loading branch information
amyevans authored Oct 12, 2023
2 parents 96e294d + 90247a1 commit cb4b8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReimbursementAccount/AddressForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function AddressForm(props) {
errorText={props.errors.zipCode ? props.translate('bankAccount.error.zipCode') : ''}
maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
hint={props.translate('common.zipCodeExampleFormat', {zipSampleFormat: CONST.COUNTRY_ZIP_REGEX_DATA.US.samples})}
containerStyles={[styles.mt2]}
/>
</>
);
Expand Down

0 comments on commit cb4b8a0

Please sign in to comment.