Skip to content

Commit 8f99c32

Browse files
committed
feat(combo): fix indigo initial combo height
1 parent df24051 commit 8f99c32

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
@@ -103,7 +103,7 @@
103103
max-height: calc(var(--size) * 6);
104104

105105
@if $variant == 'indigo' {
106-
max-height: calc(var(--size) * 6 + rem(10px));
106+
max-height: calc(var(--size) * 6 + rem(16px));
107107
}
108108

109109
&:focus {

0 commit comments

Comments
 (0)