1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

Password History Overflow (#743)

This commit is contained in:
Mithilesh Zavar 2020-12-16 20:47:37 +00:00 committed by GitHub
parent 087c84bcfb
commit f090e8febf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,7 +493,7 @@
<div class="ml-3" *ngIf="viewingPasswordHistory">
<div *ngFor="let ph of cipher.passwordHistory">
{{ph.lastUsedDate | date:'short'}} -
<span class="text-monospace ml-2">{{ph.password}}</span>
<span class="password-wrapper text-monospace ml-2">{{ph.password}}</span>
</div>
</div>
</div>