set icon width to 40px to prevent content shift

pull/24641/head
Niklas 2025-03-15 12:03:18 +01:00
parent d73e677bea
commit c99a7069be
No known key found for this signature in database
GPG Key ID: F57877221DD93675
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class HassioCardContent extends LitElement {
src=${this.iconImage}
.title=${this.iconTitle}
alt=${this.iconTitle ?? ""}
width="40"
/>
<div></div>
</div>