fix padding
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user