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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user