From f165cb975303b5b193d6dfb9362ee33a3d95476d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20W?= Date: Sat, 8 Jun 2019 15:32:01 +0200 Subject: [PATCH] Fix some styling issues --- vertical-stack-in-card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vertical-stack-in-card.js b/vertical-stack-in-card.js index 2d47cda..3c133c7 100644 --- a/vertical-stack-in-card.js +++ b/vertical-stack-in-card.js @@ -13,6 +13,7 @@ class VerticalStackInCard extends HTMLElement { 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))"; this.style.borderRadius = "var(--ha-card-border-radius, 2px)"; this.style.background = "var(--paper-card-background-color)"; + this.style.display = "block"; const root = this.shadowRoot; while (root.hasChildNodes()) {