diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-entity-layout/workspace-entity-layout.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-entity-layout/workspace-entity-layout.element.ts index 54f436a4be..723dfa23eb 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-entity-layout/workspace-entity-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-entity-layout/workspace-entity-layout.element.ts @@ -45,6 +45,10 @@ export class UmbWorkspaceEntityLayout extends UmbContextConsumerMixin(UmbObserve border-left: 1px solid var(--uui-color-border); border-right: 1px solid var(--uui-color-border); } + + router-slot { + height: 100%; + } `, ];