Skip to content

Commit 87bb91f

Browse files
committed
test(simple-combo): fix simple combo default max height
1 parent 98b87d8 commit 87bb91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/simple-combo/simple-combo.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CSS_CLASS_FOOTER = 'footer-class';
3939
const CSS_CLASS_INPUT_GROUP_REQUIRED = 'igx-input-group--required';
4040
const CSS_CLASS_INPUT_GROUP_INVALID = 'igx-input-group--invalid';
4141
const defaultDropdownItemHeight = 40;
42-
const defaultDropdownItemMaxHeight = 400;
42+
const defaultDropdownItemMaxHeight = 240;
4343

4444
describe('IgxSimpleCombo', () => {
4545
let fixture: ComponentFixture<any>;

0 commit comments

Comments
 (0)