Skip to content

Commit 30792f8

Browse files
committed
chore(*): fix row drag indicator growing too much
1 parent fd50c4c commit 30792f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@
14531453
}
14541454

14551455
padding-block: 0;
1456-
flex: 1 0 auto;
1456+
flex: 0 0 auto;
14571457
background: inherit;
14581458
z-index: 4;
14591459
cursor: move;

0 commit comments

Comments
 (0)