mirror of
https://github.com/bitwarden/browser
synced 2026-01-21 20:03:43 +00:00
Resolve the space issue (#17921)
This commit is contained in:
@@ -40,13 +40,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>
|
||||
|
||||
Reference in New Issue
Block a user