Skip to content

Commit 505ba75

Browse files
MKirovaMKirova
authored andcommitted
fix(sample): Remove div with no size, sine it shrinks the pivot.
1 parent f8e100c commit 505ba75

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

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

0 commit comments

Comments
 (0)