From e467ad4119cee6502f91879879fbaf397e7c5389 Mon Sep 17 00:00:00 2001 From: Lone Iversen <108085781+loivsen@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:47:26 +0100 Subject: [PATCH] css fix padding --- .../health-check/views/health-check-group.element.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts index 0c38a7dfdc..f2c0184c14 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts @@ -36,13 +36,13 @@ export class UmbDashboardHealthCheckGroupElement extends UmbLitElement { align-items: center; } - .check-results-wrapper { - margin-top: var(--uui-size-space-5); + .check-results-wrapper .check-result { + padding-top: var(--uui-size-space-5); } - .check-results-wrapper .check-result:not(:first-child) { - padding-top: var(--uui-size-space-5); - border-top: 1px solid var(--uui-color-divider-standalone); + .check-results-wrapper .check-result:not(:last-child) { + border-bottom: 1px solid var(--uui-color-divider-standalone); + padding-bottom: var(--uui-size-space-5); } .check-results-wrapper uui-button {