increase postal code colspan (#10647)

This commit is contained in:
Jordan Aasen 2024-08-21 09:20:52 -07:00 committed by GitHub
parent 15088b66e9
commit 4c7ac36ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</bit-select>
</bit-form-field>
</div>
<div [ngClass]="trialFlow ? 'tw-col-span-5' : 'tw-col-span-3'">
<div [ngClass]="trialFlow ? 'tw-col-span-5' : 'tw-col-span-4'">
<bit-form-field>
<bit-label>{{ "zipPostalCode" | i18n }}</bit-label>
<input bitInput type="text" formControlName="postalCode" autocomplete="postal-code" />