Skip to content

Commit a2c505a

Browse files
desig9steinMPopov
andauthored
fix(grid): row jumping in edit mode when grid-cell has an igx-input-group in it. (#9992)
Co-authored-by: MPopov <[email protected]>
1 parent 7f4cab7 commit a2c505a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,16 @@
14411441
padding-top: 0 !important;
14421442
}
14431443

1444+
.igx-input-group__bundle {
1445+
border: none !important;
1446+
}
1447+
1448+
igx-prefix,
1449+
igx-suffix {
1450+
padding-top: 0 !important;
1451+
padding-bottom: 0 !important;
1452+
}
1453+
14441454
igx-date-range-picker {
14451455
height: 100%;
14461456
}

0 commit comments

Comments
 (0)