set icon width to 40px to prevent content shift
parent
d73e677bea
commit
c99a7069be
|
@ -40,6 +40,7 @@ class HassioCardContent extends LitElement {
|
|||
src=${this.iconImage}
|
||||
.title=${this.iconTitle}
|
||||
alt=${this.iconTitle ?? ""}
|
||||
width="40"
|
||||
/>
|
||||
<div></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue