Force narrow style for action, condition and trigger in flows (#25619)

This commit is contained in:
Paul Bottein
2025-05-28 12:04:54 +02:00
committed by GitHub
parent bbb546159c
commit d33636c6fb
7 changed files with 19 additions and 0 deletions

View File

@@ -349,6 +349,7 @@ class DataEntryFlowDialog extends LitElement {
${this._step.type === "form"
? html`
<step-flow-form
narrow
.flowConfig=${this._params.flowConfig}
.step=${this._step}
.hass=${this.hass}