1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 15:33:55 +00:00

fix(billing): Update Upgrade Payment component spacing

This commit is contained in:
Stephon Brown
2025-10-06 11:20:43 -04:00
parent 4ae8f5789c
commit 82cca1fdaf

View File

@@ -14,7 +14,7 @@
</p>
</div>
}
<div class="tw-pb-4 !tw-mx-0">
<div class="tw-pb-8 !tw-mx-0">
<app-enter-payment-method
[group]="formGroup.controls.paymentForm"
[includeBillingAddress]="true"
@@ -30,7 +30,7 @@
[estimatedTax]="estimatedTax"
></billing-cart-summary>
@if (isFamiliesPlan) {
<p bitTypography="helper" class="tw-italic tw-text-muted">
<p bitTypography="helper" class="tw-italic tw-text-muted !tw-mb-0">
{{ "paymentChargedWithTrial" | i18n }}
</p>
}