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

apply flexCopy directive

This commit is contained in:
Kyle Spearrin
2019-01-23 16:27:12 -05:00
parent 73c217afcf
commit 4f222e7962
5 changed files with 7 additions and 5 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">
<div class="text monospaced password-wrapper no-ellipsis"
<div class="text monospaced password-wrapper no-ellipsis" appFlexCopy
[innerHTML]="h.password | colorPassword"></div>
<span class="detail">{{h.date | date:'medium'}}</span>
</div>