From 5528ca2fbe7abeb0ba6d857adba308c417971ef8 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 12 Jan 2023 12:08:27 +0000 Subject: [PATCH] Adds padding/breathing room to dashboard content like we have today --- .../section/section-dashboards/section-dashboards.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts index bc1bfa484f..49bacb5ef4 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts @@ -41,6 +41,7 @@ export class UmbSectionDashboardsElement extends UmbLitElement { height: 100%; box-sizing: border-box; display: block; + padding:var(--uui-size-5); } `, ];