Skip to content

Commit e3d7322

Browse files
committed
fix(grid): fix input having notch borders in grid cell
1 parent 2ba76d7 commit e3d7322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
211211
min-height: 100% !important;
212212
border: none !important;
213213

214-
.igx-input-group__filler {
214+
.igx-input-group__filler,
215+
.igx-input-group__notch {
215216
border: none !important;
216217
}
217218

0 commit comments

Comments
 (0)