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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user