fix padding

This commit is contained in:
Lone Iversen
2024-01-04 16:27:39 +01:00
parent 961d563969
commit 450f5c1948
3 changed files with 0 additions and 3 deletions

View File

@@ -58,7 +58,6 @@ export class UmbBlockTypeGridWorkspaceViewAdvancedElement extends UmbLitElement
padding-bottom: var(--uui-size-layout-1); // To enforce some distance to the bottom of the scroll-container.
}
uui-box {
margin-top: var(--uui-size-layout-1);
flex: 1;
min-width: 600px;
}

View File

@@ -32,7 +32,6 @@ export class UmbBlockTypeGridWorkspaceViewAreasElement extends UmbLitElement imp
padding-bottom: var(--uui-size-layout-1); // To enforce some distance to the bottom of the scroll-container.
}
uui-box {
margin-top: var(--uui-size-layout-1);
flex: 1;
min-width: 600px;
}

View File

@@ -133,7 +133,6 @@ export class UmbBlockTypeGridWorkspaceViewSettingsElement extends UmbLitElement
padding-bottom: var(--uui-size-layout-1); // To enforce some distance to the bottom of the scroll-container.
}
uui-box {
margin-top: var(--uui-size-layout-1);
flex: 1;
min-width: 600px;
}