From c9e839f1fd522349d02ef7508a025c801827f924 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 8 Sep 2025 19:32:45 +0200 Subject: [PATCH] Fix alignment of section header and body --- dashboard/src/components/Section.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/src/components/Section.vue b/dashboard/src/components/Section.vue index 8fd1c0048..f4e57aa74 100644 --- a/dashboard/src/components/Section.vue +++ b/dashboard/src/components/Section.vue @@ -55,6 +55,7 @@ function onTitleBadge() { padding-right: 15px; padding-top: 25px; margin-top: 0; + margin-bottom: 0px; } .section-header > div { @@ -85,8 +86,8 @@ function onTitleBadge() { } .section-extra-padding .section-body { - padding-left: 25px; - padding-right: 25px; + padding-left: 15px; + padding-right: 15px; } .section-header-title-badge {