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