Skip to content

Commit b53d2f3

Browse files
committed
feat(combo): fix initial combo height
1 parent b781018 commit b53d2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
%igx-combo__content {
101101
position: relative;
102102
overflow: hidden;
103-
max-height: calc(var(--size) * 10);
103+
max-height: calc(var(--size) * 6);
104104

105105
&:focus {
106106
outline: transparent;

0 commit comments

Comments
 (0)