1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fixed icon width (#12721)

This commit is contained in:
Jordan Aasen
2025-01-08 16:19:51 -08:00
committed by GitHub
parent 0d5e4c6f58
commit a3e876eb8f

View File

@@ -4,7 +4,7 @@
[src]="data.image"
[appFallbackSrc]="data.fallbackImage"
*ngIf="data.imageEnabled && data.image"
class="tw-max-h-6 tw-max-w-6 tw-rounded-md"
class="tw-h-6 tw-w-6 tw-rounded-md"
alt=""
decoding="async"
loading="lazy"