Skip to content

Commit d3e0544

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Set max to multi-col header.
1 parent 26a968e commit d3e0544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/headers/grid-header-group.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
(click)="groupClicked($event)"
6666
(pointerenter)="onPinterEnter()"
6767
(pointerleave)="onPointerLeave()"
68+
[style.max-width]="column.resolvedWidth"
69+
[style.flex-basis]="column.resolvedWidth"
6870
>
6971
@if (column.collapsible) {
7072
<div class="igx-grid-th__expander" (pointerdown)="onPointerDownIndicator($event)" (click)="toggleExpandState($event)">

0 commit comments

Comments
 (0)