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 {