From e5389c84ed7f3a3cb411aaebf9ad9b5bc631d1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:43:01 +1200 Subject: [PATCH] examine management --- .../dashboard-examine-management.element.ts | 4 ---- .../workspace/dictionary-workspace-editor.element.ts | 1 - 2 files changed, 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/search/examine-management-dashboard/dashboard-examine-management.element.ts b/src/Umbraco.Web.UI.Client/src/packages/search/examine-management-dashboard/dashboard-examine-management.element.ts index ad03e7d922..446366045f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/search/examine-management-dashboard/dashboard-examine-management.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/search/examine-management-dashboard/dashboard-examine-management.element.ts @@ -70,14 +70,10 @@ export class UmbDashboardExamineManagementElement extends UmbLitElement { #header { display: flex; width: 100%; - padding: var(--uui-size-layout-1); } #main:not(:first-child) { padding-top: var(--uui-size-1); } - umb-body-layout { - --umb-header-layout-height: fit-content; - } a { color: var(--uui-color-text); background: transparent; diff --git a/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace-editor.element.ts b/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace-editor.element.ts index 21551bbb6c..719b03bbd1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace-editor.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace-editor.element.ts @@ -53,7 +53,6 @@ export class UmbDictionaryWorkspaceEditorElement extends UmbLitElement { css` #header { display: flex; - padding: 0 var(--uui-size-layout-1); gap: var(--uui-size-space-4); width: 100%; }