1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

break words on password history

This commit is contained in:
Kyle Spearrin
2018-04-13 23:05:31 -04:00
parent 88cde6bfdc
commit 1bc1e86a53
3 changed files with 13 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
<div class="box-content-row box-content-row-flex" *ngFor="let h of history">
<div class="row-main">
<div class="row-main-content">
<span class="text monospaced no-ellipsis">
<span class="text monospaced no-ellipsis break-all">
{{h.password}}
</span>
<span class="detail">{{h.date | date:'medium'}}</span>