mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
break all instead of word
This commit is contained in:
@@ -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 break-all">
|
||||
<span class="text monospaced no-ellipsis">
|
||||
{{h.password}}
|
||||
</span>
|
||||
<span class="detail">{{h.date | date:'medium'}}</span>
|
||||
|
||||
Reference in New Issue
Block a user