mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
[AC-1423] Remove minWidth attribute
This commit is contained in:
parent
6782dd4a7f
commit
5ca5b97a30
@ -155,7 +155,7 @@
|
|||||||
<p bitTypography="body1">
|
<p bitTypography="body1">
|
||||||
{{ "subscriptionStorage" | i18n : sub.maxStorageGb || 0 : sub.storageName || "0 MB" }}
|
{{ "subscriptionStorage" | i18n : sub.maxStorageGb || 0 : sub.storageName || "0 MB" }}
|
||||||
</p>
|
</p>
|
||||||
<bit-progress [barWidth]="storagePercentage" [minWidth]="5" bgColor="success"></bit-progress>
|
<bit-progress [barWidth]="storagePercentage" bgColor="success"></bit-progress>
|
||||||
<ng-container *ngIf="subscription && !subscription.cancelled && !subscriptionMarkedForCancel">
|
<ng-container *ngIf="subscription && !subscription.cancelled && !subscriptionMarkedForCancel">
|
||||||
<div class="tw-mt-3">
|
<div class="tw-mt-3">
|
||||||
<div class="tw-flex tw-space-x-2" *ngIf="!showAdjustStorage">
|
<div class="tw-flex tw-space-x-2" *ngIf="!showAdjustStorage">
|
||||||
|
Loading…
Reference in New Issue
Block a user