1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

flex copy directive

This commit is contained in:
Kyle Spearrin
2019-01-23 16:27:34 -05:00
parent 50a57727fe
commit e1f78f519c
4 changed files with 14 additions and 11 deletions

View File

@@ -10,7 +10,8 @@
<ul class="list-group list-group-flush" *ngIf="history.length">
<li class="list-group-item d-flex" *ngFor="let h of history">
<div>
<div class="text-monospace password-wrapper" [innerHTML]="h.password | colorPassword"></div>
<div class="text-monospace password-wrapper" [innerHTML]="h.password | colorPassword"
appFlexCopy></div>
<small class="text-muted">{{h.date | date:'medium'}}</small>
</div>
<div class="ml-auto">