mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Visual alignment between PR 7364 & 7220 (#7396)
This commit is contained in:
parent
a7ef8aba68
commit
c1de162c99
@ -153,11 +153,11 @@ class HaPanelDevTemplate extends LitElement {
|
|||||||
?.result}</pre>
|
?.result}</pre>
|
||||||
${this._templateResult?.listeners.time
|
${this._templateResult?.listeners.time
|
||||||
? html`
|
? html`
|
||||||
<h3>
|
<p>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.developer-tools.tabs.templates.time"
|
"ui.panel.developer-tools.tabs.templates.time"
|
||||||
)}
|
)}
|
||||||
</h3>
|
</p>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
${!this._templateResult?.listeners
|
${!this._templateResult?.listeners
|
||||||
|
Loading…
x
Reference in New Issue
Block a user