mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
flex copy directive
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user