Skip to content

Commit 02fbcf3

Browse files
authored
Merge pull request #58 from RomRider/patch-1
Fix some styling issues
2 parents 043af03 + f165cb9 commit 02fbcf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertical-stack-in-card.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class VerticalStackInCard extends HTMLElement {
1313
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))";
1414
this.style.borderRadius = "var(--ha-card-border-radius, 2px)";
1515
this.style.background = "var(--paper-card-background-color)";
16+
this.style.display = "block";
1617

1718
const root = this.shadowRoot;
1819
while (root.hasChildNodes()) {

0 commit comments

Comments
 (0)