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