Skip to content

Commit f7c21c3

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Apply explicit width in header that matches row dimension widths.
1 parent e76211d commit f7c21c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<!-- Column headers area -->
116116
<div class="igx-grid__tr" role="row" [style.width.px]="width">
117117
<div #pivotContainer class="igx-grid__tr-pivot igx-grid__tr-pivot--row-area"
118-
[style.min-width.px]="grid.pivotRowWidths - 1" (igxDragLeave)="onAreaDragLeave($event, rowArea)" igxDrop
118+
[style.width.px]="grid.pivotRowWidths - 1" (igxDragLeave)="onAreaDragLeave($event, rowArea)" igxDrop
119119
(dropped)="onDimDrop($event, rowArea, 0)" (pointerdown)="$event.preventDefault()">
120120
<!-- Row area -->
121121
<igx-chips-area #rowArea droppable='true'>

0 commit comments

Comments
 (0)