1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[PM-26017] - Admin Console: Truncate long collection names in collection row (#16508)

* truncate long collection names in collection row

* remove unnecessary css class
This commit is contained in:
Jordan Aasen
2025-09-23 12:50:23 -07:00
committed by GitHub
parent d1c983a2de
commit d76a60cd1d

View File

@@ -22,7 +22,7 @@
bitLink
[disabled]="disabled"
type="button"
class="tw-flex tw-text-start tw-leading-snug"
class="tw-flex tw-text-start tw-leading-snug tw-truncate"
linkType="secondary"
title="{{ 'viewCollectionWithName' | i18n: collection.name }}"
[routerLink]="[]"