From a96eff4d25c68e16878778f9cea33e415222f784 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 5 Jun 2023 13:06:54 +0200 Subject: [PATCH] Fix padding on thread config panel (#16770) --- .../integration-panels/thread/thread-config-panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts b/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts index c51a84b241..27defda51a 100644 --- a/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts +++ b/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts @@ -501,7 +501,7 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) { haStyle, css` .content { - padding: 24px 0 32px; + padding: 24px 8px 32px; max-width: 600px; margin: 0 auto; direction: ltr;