mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Force narrow style for action, condition and trigger in blueprint (#26018)
This commit is contained in:
parent
e0b32ea789
commit
61f1c8cbd4
@ -173,6 +173,7 @@ export abstract class HaBlueprintGenericEditor extends LitElement {
|
|||||||
.content=${value?.description}
|
.content=${value?.description}
|
||||||
></ha-markdown>
|
></ha-markdown>
|
||||||
${html`<ha-selector
|
${html`<ha-selector
|
||||||
|
narrow
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.selector=${selector}
|
.selector=${selector}
|
||||||
.key=${key}
|
.key=${key}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user