Skip to content

Commit

Permalink
[PM-13028] - add fixed width to vault list icon (#12644)
Browse files Browse the repository at this point in the history
* add fixed width to vault list icon

* justify start

* don't display totp capture when in popout

* Revert "don't display totp capture when in popout"

This reverts commit f50b0a6.
  • Loading branch information
jaasen-livefront authored Jan 6, 2025
1 parent 65699c7 commit ce07e40
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ <h2 bitTypography="h6">
"
class="{{ itemHeightClass }}"
>
<app-vault-icon slot="start" [cipher]="cipher"></app-vault-icon>
<div slot="start" class="tw-justify-start tw-w-7 tw-flex">
<app-vault-icon [cipher]="cipher"></app-vault-icon>
</div>
<span data-testid="item-name">{{ cipher.name }}</span>
<i
*ngIf="cipher.organizationId"
Expand Down

0 comments on commit ce07e40

Please sign in to comment.