1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00: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

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>