1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Add truncate class to new organization button (#13282)

This commit is contained in:
MarsCandyBars
2025-02-12 09:49:49 -06:00
committed by GitHub
parent b036d6c0e8
commit 9dd47a15ce

View File

@@ -121,7 +121,7 @@
></ng-container>
<li class="filter-option" *ngIf="showAddLink">
<span class="filter-buttons">
<a href="#" routerLink="{{ addInfo.route }}" class="filter-button">
<a href="#" routerLink="{{ addInfo.route }}" class="filter-button tw-truncate">
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
&nbsp;{{ addInfo.text | i18n }}
</a>