We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 043af03 + f165cb9 commit 02fbcf3Copy full SHA for 02fbcf3
vertical-stack-in-card.js
@@ -13,6 +13,7 @@ class VerticalStackInCard extends HTMLElement {
13
this.style.boxShadow = "var(--ha-card-box-shadow, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2))";
14
this.style.borderRadius = "var(--ha-card-border-radius, 2px)";
15
this.style.background = "var(--paper-card-background-color)";
16
+ this.style.display = "block";
17
18
const root = this.shadowRoot;
19
while (root.hasChildNodes()) {
0 commit comments