Skip to content

Commit 5158d3b

Browse files
author
MPopov
committed
fix(filtering): increase the min width of the filtering input and remove extra lines
1 parent f3f3214 commit 5158d3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@
23662366
igx-input-group {
23672367
width: 100%;
23682368
max-width: rem(200px);
2369-
min-width: rem(100px);
2369+
min-width: rem(140px);
23702370
}
23712371

23722372
igx-prefix:focus {
@@ -2658,5 +2658,3 @@
26582658
}
26592659
}
26602660
}
2661-
2662-

0 commit comments

Comments
 (0)