From 8af795a7cea5f817a7944586ad60fa3854d857e2 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 24 Feb 2022 16:52:40 +0100 Subject: [PATCH] Make automation name field wide (#11832) --- src/panels/config/automation/manual-automation-editor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/config/automation/manual-automation-editor.ts b/src/panels/config/automation/manual-automation-editor.ts index 86dcbd72d9..cefd4ea91c 100644 --- a/src/panels/config/automation/manual-automation-editor.ts +++ b/src/panels/config/automation/manual-automation-editor.ts @@ -346,7 +346,8 @@ export class HaManualAutomationEditor extends LitElement { .link-button-row { padding: 14px; } - ha-textarea { + ha-textarea, + ha-textfield { display: block; } span[slot="introduction"] a {