From 0671b2254e02dc73e2c3fc4babcf6cccd41979d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= Date: Mon, 10 Oct 2022 09:49:28 +0200 Subject: [PATCH] added flex to umb-section --- .../src/backoffice/sections/shared/section.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section.element.ts index 5c1b85e107..1ee44a95be 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section.element.ts @@ -20,6 +20,7 @@ export class UmbSectionElement extends UmbContextConsumerMixin(LitElement) { :host { flex: 1 1 auto; height: 100%; + display: flex; } #header {