mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
increase postal code colspan (#10647)
This commit is contained in:
parent
15088b66e9
commit
4c7ac36ffa
@ -13,7 +13,7 @@
|
|||||||
</bit-select>
|
</bit-select>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
</div>
|
</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-form-field>
|
||||||
<bit-label>{{ "zipPostalCode" | i18n }}</bit-label>
|
<bit-label>{{ "zipPostalCode" | i18n }}</bit-label>
|
||||||
<input bitInput type="text" formControlName="postalCode" autocomplete="postal-code" />
|
<input bitInput type="text" formControlName="postalCode" autocomplete="postal-code" />
|
||||||
|
Loading…
Reference in New Issue
Block a user