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:
@@ -121,7 +121,7 @@
|
|||||||
></ng-container>
|
></ng-container>
|
||||||
<li class="filter-option" *ngIf="showAddLink">
|
<li class="filter-option" *ngIf="showAddLink">
|
||||||
<span class="filter-buttons">
|
<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>
|
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
|
||||||
{{ addInfo.text | i18n }}
|
{{ addInfo.text | i18n }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user