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 {