[SG-1017] Fixed alignment and margin defect (#4604)

* Fixed alignment and marghin defect

* Updated warning message for iteration changes

* Revert "Updated warning message for iteration changes"

This reverts commit a2b66cb252.
This commit is contained in:
SmithThe4th 2023-01-30 21:22:07 -05:00 committed by GitHub
parent e622d7431f
commit ce559d0587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
);
}