1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[SM-1192] displaying full project name in tooltip and allowing more of project name in bit badge/project column (#8917)

* allowing max width adjustment on bit badge and not truncating the tooltip text on project

* suggested changes from WIll

* updating values
This commit is contained in:
cd-bitwarden
2024-06-04 10:58:09 -04:00
committed by GitHub
parent 490e6c322d
commit ed7a57810e
2 changed files with 5 additions and 2 deletions

View File

@@ -93,8 +93,9 @@
variant="secondary"
class="tw-ml-1"
[title]="project.name"
maxWidthClass="tw-max-w-60"
>
{{ project.name | ellipsis: 32 }}
{{ project.name }}
</span>
<span *ngIf="secret.projects.length === 0" bitBadge variant="warning" class="tw-ml-1"
><i class="bwi bwi-fw bwi-exclamation-triangle tw-mr-1" aria-hidden="true"></i