1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

Fixed alignment and marghin defect

This commit is contained in:
gbubemismith
2023-01-30 18:01:23 -05:00
parent e622d7431f
commit 48c0cd9828
2 changed files with 5 additions and 2 deletions

View File

@@ -83,7 +83,9 @@
</button>
</div>
</div>
<app-low-kdf *ngIf="showLowKdf"></app-low-kdf>
<app-low-kdf class="d-block mb-4" *ngIf="showLowKdf"> </app-low-kdf>
<app-verify-email
*ngIf="showVerifyEmail"
class="d-block mb-4"

View File

@@ -181,7 +181,8 @@ export class VaultComponent implements OnInit, OnDestroy {
this.showBrowserOutdated ||
this.showPremiumCallout ||
this.showUpdateKey ||
this.showVerifyEmail
this.showVerifyEmail ||
this.showLowKdf
);
}