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:
parent
c184ff73cf
commit
d67257218e
@ -75,8 +75,9 @@
|
|||||||
bitBadge
|
bitBadge
|
||||||
badgeType="secondary"
|
badgeType="secondary"
|
||||||
class="tw-ml-1"
|
class="tw-ml-1"
|
||||||
|
[title]="project.name"
|
||||||
>
|
>
|
||||||
{{ project.name }}
|
{{ project.name | ellipsis: 32 }}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell class="tw-whitespace-nowrap">{{ secret.revisionDate | date: "medium" }}</td>
|
<td bitCell class="tw-whitespace-nowrap">{{ secret.revisionDate | date: "medium" }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user