Adds padding/breathing room to dashboard content like we have today

This commit is contained in:
Warren Buckley
2023-01-12 12:08:27 +00:00
parent 856682a849
commit 5528ca2fbe

View File

@@ -41,6 +41,7 @@ export class UmbSectionDashboardsElement extends UmbLitElement {
height: 100%;
box-sizing: border-box;
display: block;
padding:var(--uui-size-5);
}
`,
];