diff --git a/src/components/ha-form/ha-form-select.ts b/src/components/ha-form/ha-form-select.ts index 52288b6ece..2df5d03242 100644 --- a/src/components/ha-form/ha-form-select.ts +++ b/src/components/ha-form/ha-form-select.ts @@ -52,6 +52,7 @@ export class HaFormSelect extends LitElement implements HaFormElement { return html` ${this._processedTypes(this.hass.localize).map( diff --git a/src/panels/config/automation/condition/ha-automation-condition-editor.ts b/src/panels/config/automation/condition/ha-automation-condition-editor.ts index cac7f3af69..5370df85ba 100644 --- a/src/panels/config/automation/condition/ha-automation-condition-editor.ts +++ b/src/panels/config/automation/condition/ha-automation-condition-editor.ts @@ -90,6 +90,7 @@ export default class HaAutomationConditionEditor extends LitElement { "ui.panel.config.automation.editor.conditions.type_select" )} .value=${this.condition.condition} + naturalMenuWidth @selected=${this._typeChanged} > ${this._processedTypes(this.hass.localize).map( diff --git a/src/panels/config/automation/trigger/ha-automation-trigger-row.ts b/src/panels/config/automation/trigger/ha-automation-trigger-row.ts index 51487ee054..3e8a6bee37 100644 --- a/src/panels/config/automation/trigger/ha-automation-trigger-row.ts +++ b/src/panels/config/automation/trigger/ha-automation-trigger-row.ts @@ -179,6 +179,7 @@ export default class HaAutomationTriggerRow extends LitElement { "ui.panel.config.automation.editor.triggers.type_select" )} .value=${this.trigger.platform} + naturalMenuWidth @selected=${this._typeChanged} > ${this._processedTypes(this.hass.localize).map(