mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08:00
Add truncate class to new organization button (#13282)
This commit is contained in:
parent
b036d6c0e8
commit
9dd47a15ce
@ -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>
|
||||
{{ addInfo.text | i18n }}
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user