parent
7e4846ff5d
commit
9ba282687d
@ -79,6 +79,9 @@ class TemplateEntityRow extends LitElement {
|
||||
.state {
|
||||
text-align: right;
|
||||
}
|
||||
#wrapper {
|
||||
min-height: 40px;
|
||||
}
|
||||
`;
|
||||
return style;
|
||||
}
|
||||
|
@ -20,4 +20,4 @@
|
||||
</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}})}]);
|
Loading…
x
Reference in New Issue
Block a user