From c95b7099faa1594f612f2d052642f6d7fee351f4 Mon Sep 17 00:00:00 2001 From: JesmoDev <26099018+JesmoDev@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:37:25 +0200 Subject: [PATCH] fix height issue --- packages/uui-combobox/lib/uui-combobox.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/uui-combobox/lib/uui-combobox.element.ts b/packages/uui-combobox/lib/uui-combobox.element.ts index ee42e8b0a..954527cdf 100644 --- a/packages/uui-combobox/lib/uui-combobox.element.ts +++ b/packages/uui-combobox/lib/uui-combobox.element.ts @@ -407,7 +407,6 @@ export class UUIComboboxElement extends UUIFormControlMixin(LitElement, '') { border: 1px solid var(--uui-color-border); border-radius: var(--uui-border-radius); width: 100%; - height: 100%; box-sizing: border-box; box-shadow: var(--uui-shadow-depth-3); }