From 6fffdada190cd121dc89ba93e7e8d6e353ed19aa Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Mon, 23 Jan 2023 12:55:06 +1000 Subject: [PATCH] remove unused import tidy css - block doesn't need width --- .../section-dashboards/section-dashboards.element.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts index 96473a9c89..c60eface5b 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts @@ -8,7 +8,6 @@ import { createExtensionElement } from '@umbraco-cms/extensions-api'; import type { ManifestDashboard, ManifestDashboardCollection, - ManifestSection, ManifestWithMeta, } from '@umbraco-cms/models'; import { umbExtensionsRegistry } from '@umbraco-cms/extensions-registry'; @@ -23,7 +22,6 @@ export class UmbSectionDashboardsElement extends UmbLitElement { display: flex; flex-direction: column; height: 100%; - width: 100%; } #tabs { @@ -32,12 +30,10 @@ export class UmbSectionDashboardsElement extends UmbLitElement { } #scroll-container { - width: 100%; - height: 100%; + flex:1; } #router-slot { - width: 100%; box-sizing: border-box; display: block; padding:var(--uui-size-5);