This commit is contained in:
Thomas Lovén 2020-01-07 10:33:19 +01:00
parent 7e4846ff5d
commit 9ba282687d
2 changed files with 4 additions and 1 deletions

View File

@ -79,6 +79,9 @@ class TemplateEntityRow extends LitElement {
.state { .state {
text-align: right; text-align: right;
} }
#wrapper {
min-height: 40px;
}
`; `;
return style; return style;
} }

View File

@ -20,4 +20,4 @@
</div> </div>
</div> </div>
</div> </div>
`}static get styles(){let e=customElements.get("hui-generic-entity-row").styles;return e.cssText=e.cssText.replace(":host","#wrapper").replace("state-badge","ha-icon")+"\n .state {\n text-align: right;\n }\n ",e}})}]); `}static get styles(){let e=customElements.get("hui-generic-entity-row").styles;return e.cssText=e.cssText.replace(":host","#wrapper").replace("state-badge","ha-icon")+"\n .state {\n text-align: right;\n }\n #wrapper {\n min-height: 40px;\n }\n ",e}})}]);