remove unnecessary padding
This commit is contained in:
@@ -36,8 +36,6 @@ export class UmbUserGroupCollectionHeaderElement extends UmbLitElement {
|
||||
:host {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0 var(--uui-size-layout-1);
|
||||
background-color: var(--uui-color-background);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -169,7 +169,6 @@ export class UmbUserGroupWorkspaceEditorElement extends UmbLitElement {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: var(--uui-size-layout-1) 1fr;
|
||||
padding: var(--uui-size-layout-1);
|
||||
}
|
||||
#main {
|
||||
display: grid;
|
||||
|
||||
@@ -174,8 +174,6 @@ export class UmbUserCollectionHeaderElement extends UmbLitElement {
|
||||
:host {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0 var(--uui-size-layout-1);
|
||||
background-color: var(--uui-color-background);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -324,7 +324,6 @@ export class UmbUserWorkspaceEditorElement extends UmbLitElement {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: var(--uui-size-layout-1) 1fr;
|
||||
padding: var(--uui-size-layout-1);
|
||||
}
|
||||
|
||||
#main {
|
||||
|
||||
Reference in New Issue
Block a user