Skip to content

Commit c95b709

Browse files
committed
fix height issue
1 parent fd27350 commit c95b709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-combobox/lib/uui-combobox.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ export class UUIComboboxElement extends UUIFormControlMixin(LitElement, '') {
407407
border: 1px solid var(--uui-color-border);
408408
border-radius: var(--uui-border-radius);
409409
width: 100%;
410-
height: 100%;
411410
box-sizing: border-box;
412411
box-shadow: var(--uui-shadow-depth-3);
413412
}

0 commit comments

Comments
 (0)