1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

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

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" />