Formating fix
This commit is contained in:
parent
2829ae2946
commit
fdbc19b240
@ -94,7 +94,6 @@ class TemplateEntityRow extends LitElement {
|
|||||||
let style = HuiGenericEntityRow.styles;
|
let style = HuiGenericEntityRow.styles;
|
||||||
style.cssText = style.cssText
|
style.cssText = style.cssText
|
||||||
.replace(":host", "#wrapper")
|
.replace(":host", "#wrapper")
|
||||||
.replace("state-badge", "ha-icon")
|
|
||||||
+ `
|
+ `
|
||||||
.state {
|
.state {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`}static get styles(){let t=customElements.get("hui-generic-entity-row").styles;return t.cssText=t.cssText.replace(":host","#wrapper").replace("state-badge","ha-icon")+"\n .state {\n text-align: right;\n }\n #wrapper {\n min-height: 40px;\n }\n ",t}})}]);
|
`}static get styles(){let t=customElements.get("hui-generic-entity-row").styles;return t.cssText=t.cssText.replace(":host","#wrapper")+"\n .state {\n text-align: right;\n }\n #wrapper {\n min-height: 40px;\n }\n ",t}})}]);
|
Loading…
x
Reference in New Issue
Block a user