From b81cd37776dff1b4d7c62d894df0fa5ed6f4748f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 26 Jun 2025 03:41:39 -0400 Subject: [PATCH] Make the config entry row section wider on mobile (#25924) --- src/panels/config/integrations/ha-config-entry-row.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/panels/config/integrations/ha-config-entry-row.ts b/src/panels/config/integrations/ha-config-entry-row.ts index 9fd08a91a1..d04f38d056 100644 --- a/src/panels/config/integrations/ha-config-entry-row.ts +++ b/src/panels/config/integrations/ha-config-entry-row.ts @@ -745,6 +745,10 @@ class HaConfigEntryRow extends LitElement { border-radius: var(--ha-card-border-radius, 12px); padding: 0; } + :host([narrow]) { + margin-left: -12px; + margin-right: -12px; + } ha-md-list.devices { margin: 16px; margin-top: 0;