mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[AC-1423] Remove ineffective div
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</bit-callout>
|
</bit-callout>
|
||||||
|
|
||||||
<div class="tw-flex-col">
|
|
||||||
<dl class="tw-grid tw-grid-flow-col tw-grid-rows-2">
|
<dl class="tw-grid tw-grid-flow-col tw-grid-rows-2">
|
||||||
<dt>{{ "billingPlan" | i18n }}</dt>
|
<dt>{{ "billingPlan" | i18n }}</dt>
|
||||||
<dd>{{ sub.plan.name }}</dd>
|
<dd>{{ sub.plan.name }}</dd>
|
||||||
@@ -97,7 +96,7 @@
|
|||||||
</bit-table>
|
</bit-table>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
|
||||||
<ng-container *ngIf="userOrg.canEditSubscription">
|
<ng-container *ngIf="userOrg.canEditSubscription">
|
||||||
<button
|
<button
|
||||||
bitButton
|
bitButton
|
||||||
|
|||||||
Reference in New Issue
Block a user