increase postal code colspan (#10647)
This commit is contained in:
parent
15088b66e9
commit
4c7ac36ffa
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue