Skip to content

Commit cb4b8a0

Browse files
authored
Merge pull request #29480 from Krishna2323/krishna2323/issue/29137
fix: No margin top on zip code input
2 parents 96e294d + 90247a1 commit cb4b8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/ReimbursementAccount/AddressForm.js

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ function AddressForm(props) {
145145
errorText={props.errors.zipCode ? props.translate('bankAccount.error.zipCode') : ''}
146146
maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
147147
hint={props.translate('common.zipCodeExampleFormat', {zipSampleFormat: CONST.COUNTRY_ZIP_REGEX_DATA.US.samples})}
148+
containerStyles={[styles.mt2]}
148149
/>
149150
</>
150151
);

0 commit comments

Comments
 (0)