Skip to content

Commit 0a43ef2

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Small fix for diplay density.
1 parent 8364bb3 commit 0a43ef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[style.height.px]='getAreaHeight(filterArea)'></span>
2828
</ng-container>
2929
</ng-container>
30-
<igx-chip igxDrop (dragDrop)="onDimDrop($event, filterArea, 2)" #notifyChip [hidden]='true'>
30+
<igx-chip igxDrop (dragDrop)="onDimDrop($event, filterArea, 2)" #notifyChip [hidden]='true' [displayDensity]="grid.displayDensity">
3131
Drop here to use as filter
3232
</igx-chip>
3333
</igx-chips-area>
@@ -65,7 +65,7 @@
6565
[style.height.px]='getAreaHeight(colArea)'></span>
6666
</ng-container>
6767
</ng-container>
68-
<igx-chip igxDrop (dragDrop)="onDimDrop($event, colArea, 1)" #notifyChip [hidden]='true'>
68+
<igx-chip igxDrop (dragDrop)="onDimDrop($event, colArea, 1)" #notifyChip [hidden]='true' [displayDensity]="grid.displayDensity">
6969
Drop here to use as column
7070
</igx-chip>
7171
</igx-chips-area>
@@ -98,7 +98,7 @@
9898
[style.height.px]='getAreaHeight(valueArea)'></span>
9999
</ng-container>
100100
</ng-container>
101-
<igx-chip igxDrop (dragDrop)="onValueDrop($event, valueArea)" #notifyValueChip [hidden]='true'>
101+
<igx-chip igxDrop (dragDrop)="onValueDrop($event, valueArea)" #notifyValueChip [hidden]='true' [displayDensity]="grid.displayDensity">
102102
Drop here to use as value
103103
</igx-chip>
104104
</igx-chips-area>

0 commit comments

Comments
 (0)