mirror of
https://github.com/bitwarden/browser
synced 2025-01-01 12:47:57 +01:00
Fixed alignment and marghin defect
This commit is contained in:
parent
e622d7431f
commit
48c0cd9828
@ -83,7 +83,9 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</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
|
<app-verify-email
|
||||||
*ngIf="showVerifyEmail"
|
*ngIf="showVerifyEmail"
|
||||||
class="d-block mb-4"
|
class="d-block mb-4"
|
||||||
|
@ -181,7 +181,8 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
this.showBrowserOutdated ||
|
this.showBrowserOutdated ||
|
||||||
this.showPremiumCallout ||
|
this.showPremiumCallout ||
|
||||||
this.showUpdateKey ||
|
this.showUpdateKey ||
|
||||||
this.showVerifyEmail
|
this.showVerifyEmail ||
|
||||||
|
this.showLowKdf
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user