From f76c22cb5baf806050681503e576c04cba74d933 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:26:18 +0300 Subject: [PATCH] system-log-card: make a header & card-content similar to error-log-card (#23799) Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com> --- src/panels/config/logs/system-log-card.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/panels/config/logs/system-log-card.ts b/src/panels/config/logs/system-log-card.ts index 47dc292aeb..1bf51d07a8 100644 --- a/src/panels/config/logs/system-log-card.ts +++ b/src/panels/config/logs/system-log-card.ts @@ -260,7 +260,7 @@ export class SystemLogCard extends LitElement { .header-buttons { display: flex; - align-items: center; + align-items: flex-start; } .card-header { @@ -271,7 +271,6 @@ export class SystemLogCard extends LitElement { line-height: 48px; display: block; margin-block-start: 0px; - margin-block-end: 0px; font-weight: normal; } @@ -296,6 +295,8 @@ export class SystemLogCard extends LitElement { .card-content { border-top: 1px solid var(--divider-color); + padding-top: 16px; + padding-bottom: 16px; } .row-secondary {