Skip to content

Commit 7798a2c

Browse files
authored
fix(sample): Remove div with no size, sine it shrinks the pivot. (#3915)
1 parent 114eb43 commit 7798a2c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<div class="pivot-container">
2-
<div style="flex-grow: 1;">
3-
<igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="pivotConfigHierarchy" [height]="'850px'"
4-
[superCompactMode]="true" [defaultExpandState]='true'>
5-
</igx-pivot-grid>
6-
</div>
2+
<igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="pivotConfigHierarchy" [height]="'850px'"
3+
[superCompactMode]="true" [defaultExpandState]='true'>
4+
</igx-pivot-grid>
75
<igx-pivot-data-selector [grid]="grid1"></igx-pivot-data-selector>
86
</div>

0 commit comments

Comments
 (0)