mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 15:03:26 +00:00
fix(billing): Update payment method component spacing
This commit is contained in:
@@ -190,7 +190,7 @@ type PaymentMethodFormGroup = FormGroup<{
|
||||
}
|
||||
}
|
||||
@if (showBillingDetails) {
|
||||
<h5 bitTypography="h5">{{ "billingAddress" | i18n }}</h5>
|
||||
<h5 bitTypography="h5" class="tw-pt-4">{{ "billingAddress" | i18n }}</h5>
|
||||
<div class="tw-grid tw-grid-cols-12 tw-gap-4">
|
||||
<div class="tw-col-span-6">
|
||||
<bit-form-field [disableMargin]="true">
|
||||
|
||||
Reference in New Issue
Block a user