1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +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 }}"
>
<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>
<i
*ngIf="cipher.organizationId"