Skip to content

Commit 7fa43e2

Browse files
authored
Merge pull request #1180 from IgniteUI/mkirova/fix-1179
fix(sample): Remove div with no size, since it shrinks the pivot.
2 parents 058d110 + 29c7f17 commit 7fa43e2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

samples/grids/pivot-grid/data-selector/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,13 @@
2121

2222

2323
<div class="container horizontal">
24-
<div class="vertical">
2524
<igc-pivot-grid
2625
default-expand-state="true"
2726
height="100%"
2827
name="grid"
2928
id ="grid">
3029
</igc-pivot-grid>
31-
</div>
32-
<div class="vertical">
3330
<igc-pivot-data-selector id="selector"></igc-pivot-data-selector>
34-
</div>
35-
</div>
3631
</div>
3732

3833
</div>

0 commit comments

Comments
 (0)