1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

[SM-538] truncate project badge (#4842)

* truncate project badge

* use ellipsis pipe
This commit is contained in:
Will Martin 2023-02-23 12:45:08 -05:00 committed by GitHub
parent c184ff73cf
commit d67257218e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>