1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

add fixed width to vault list icon

This commit is contained in:
jaasen-livefront
2024-12-31 14:44:10 -08:00
parent cdaf877a6d
commit 5bb0ee45d7

View File

@@ -34,7 +34,9 @@
" "
class="{{ itemHeightClass }}" class="{{ itemHeightClass }}"
> >
<app-vault-icon slot="start" [cipher]="cipher"></app-vault-icon> <div slot="start" class="tw-w-10">
<app-vault-icon [cipher]="cipher"></app-vault-icon>
</div>
<span data-testid="item-name">{{ cipher.name }}</span> <span data-testid="item-name">{{ cipher.name }}</span>
<i <i
*ngIf="cipher.organizationId" *ngIf="cipher.organizationId"