Apply fix #53. Thank you @andrewdolphin!

This commit is contained in:
2019-06-25 20:11:38 +02:00
parent 1e92389fae
commit f63ff349ec
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class FoldEntityRow extends LitElement {
max-height: 0;
}
#items[open] {
overflow: none;
overflow: visible;
max-height: none;
}
ha-icon {