add padding to boxes

This commit is contained in:
Jesper Møller Jensen
2023-06-08 18:19:32 +12:00
parent af8eccd28b
commit b7ecfe2547

View File

@@ -109,6 +109,9 @@ export class UmbDocumentTypeWorkspaceViewEditTabElement extends UmbLitElement {
width: 100%;
margin-top: var(--uui-size-layout-1);
}
uui-box:not(:first-child) {
margin-top: var(--uui-size-layout-1);
}
`,
];
}