From aca39a6bf668d9db65e52b23986213a0ffe724cb Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:47:29 +0100 Subject: [PATCH] fix: revert the `height`on `uui-symbol-expand` this caused a negative effect on the backoffice and will be fixed inside the backoffice instead --- packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts b/packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts index 14b655f6f..224d5c785 100644 --- a/packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts +++ b/packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts @@ -35,7 +35,6 @@ export class UUISymbolExpandElement extends LitElement { :host { display: inline-block; width: 12px; - height: 12px; vertical-align: middle; }