Skip to content

Commit b4f3538

Browse files
author
katherinedragieva
committed
chore(cascading combos): fix sample height
1 parent 9c97a02 commit b4f3538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/grid/grid-cascading-combos/grid-cascading-combos.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="grid__wrapper">
22
<div class="sample__header">
33
<igx-grid [igxPreventDocumentScroll]="true" #grid1 [data]="data" [autoGenerate]="false" displayDensity="cosy"
4-
width="100%" height="600px" [primaryKey]="'ID'">
4+
width="100%" height="500px" [primaryKey]="'ID'">
55
<igx-column field="ID" header="ID" [dataType]="'number'" width="50px">
66
</igx-column>
77
<igx-column field="Country" header="Country" [dataType]="'string'" width="220px">

0 commit comments

Comments
 (0)