Browse Source

Resolve the space issue

billing/pm-19484/Sspacing-off-for-pending-cancellation-badge
Cy Okeke 6 days ago
parent
commit
fe0ad7e12d
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C
  1. 4
      apps/web/src/app/billing/individual/user-subscription.component.html

4
apps/web/src/app/billing/individual/user-subscription.component.html

@ -45,13 +45,13 @@ @@ -45,13 +45,13 @@
</div>
<div class="tw-flex tw-flex-col">
<div class="tw-font-semibold tw-mb-2">{{ "status" | i18n }}</div>
<div>
<div class="tw-flex tw-items-center tw-gap-2 tw-flex-wrap">
<span class="tw-capitalize">{{ (subscription && subscriptionStatus) || "-" }}</span>
<span
bitBadge
variant="warning"
*ngIf="subscriptionMarkedForCancel"
class="tw-mt-2 tw-block"
class="tw-inline-flex"
>{{ "pendingCancellation" | i18n }}</span
>
</div>

Loading…
Cancel
Save