From 3f5db3175b655810f7899bdf4fc564f256b4cc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= Date: Wed, 5 Oct 2022 12:10:37 +0200 Subject: [PATCH] removed height from router slot in editor entity layout --- .../editor-entity-layout/editor-entity-layout.element.ts | 4 ---- 1 file changed, 4 deletions(-) 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 6ffa2b346b..d3cdfb25ab 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 @@ -59,10 +59,6 @@ export class UmbEditorEntityLayout extends UmbContextConsumerMixin(LitElement) { margin-left: auto; } - router-slot { - height: 100%; - } - uui-input { width: 100%; }