From b60f2e320143d1d4891d88fa249743e006b98284 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 7 Jul 2025 11:11:35 +0200 Subject: [PATCH] Add extra margin AI Task pref (#26096) Add extra margin AI Task --- src/panels/config/core/ha-config-section-general.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/config/core/ha-config-section-general.ts b/src/panels/config/core/ha-config-section-general.ts index 7fc6aa15e4..1d014dfd2b 100644 --- a/src/panels/config/core/ha-config-section-general.ts +++ b/src/panels/config/core/ha-config-section-general.ts @@ -394,7 +394,8 @@ class HaConfigSectionGeneral extends LitElement { flex-direction: column; display: flex; } - ha-card { + ha-card, + ai-task-pref { margin-bottom: 24px; } .card-content {