From bbbde86ad72dae34b44634ec49566b7cac4bb41a Mon Sep 17 00:00:00 2001 From: JesmoDev <26099018+JesmoDev@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:12:28 +0100 Subject: [PATCH] remove height to fix offset and align with other workspaces The problem described in the removed comment is not an issue anymore, so we can remove the height --- .../components/variant-selector/variant-selector.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/variant-selector/variant-selector.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/variant-selector/variant-selector.element.ts index fe361e65e3..142c563fd2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/variant-selector/variant-selector.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/variant-selector/variant-selector.element.ts @@ -284,7 +284,6 @@ export class UmbVariantSelectorElement extends UmbLitElement { css` #name-input { width: 100%; - height: 100%; /** I really don't know why this fixes the border colliding with variant-selector-toggle, but lets this solution for now */ } #variant-selector-toggle {