mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[SM-538] truncate project badge (#4842)
* truncate project badge * use ellipsis pipe
This commit is contained in:
@@ -75,8 +75,9 @@
|
||||
bitBadge
|
||||
badgeType="secondary"
|
||||
class="tw-ml-1"
|
||||
[title]="project.name"
|
||||
>
|
||||
{{ project.name }}
|
||||
{{ project.name | ellipsis: 32 }}
|
||||
</span>
|
||||
</td>
|
||||
<td bitCell class="tw-whitespace-nowrap">{{ secret.revisionDate | date: "medium" }}</td>
|
||||
|
||||
Reference in New Issue
Block a user