From 2eb97eb93fbd1b38710b91be81f012d79b97e246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= Date: Mon, 3 Oct 2022 14:28:14 +0200 Subject: [PATCH] added 100% height to layout router slot --- .../editor-entity-layout/editor-entity-layout.element.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts index 550627ead6..9dd3c6f90a 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts @@ -46,6 +46,10 @@ export class UmbEditorEntityLayout extends UmbContextConsumerMixin(LitElement) { margin-left: auto; } + router-slot { + height: 100%; + } + uui-input { width: 100%; }