Merge branch 'main' into feature/reload-tree-item
This commit is contained in:
@@ -69,7 +69,7 @@ export class UmbPropertyLayoutElement extends LitElement {
|
||||
css`
|
||||
:host {
|
||||
display: grid;
|
||||
grid-template-columns: 200px auto;
|
||||
grid-template-columns: 200px minmax(0,1fr);
|
||||
column-gap: var(--uui-size-layout-2);
|
||||
border-bottom: 1px solid var(--uui-color-divider);
|
||||
padding: var(--uui-size-layout-1) 0;
|
||||
|
||||
@@ -45,7 +45,7 @@ export class UmbWorkspaceSplitViewElement extends UmbLitElement {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:host(:not(:last-child)) {
|
||||
|
||||
@@ -68,8 +68,7 @@ export class UmbDocumentWorkspaceSplitViewElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
#splitViews {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: calc(100% - var(--umb-footer-layout-height));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user