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:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user