Skip to content

Commit d8e7827

Browse files
author
MPopov
committed
fix(filtering): increase the min width of the filtering input
1 parent c943140 commit d8e7827

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
@@ -2376,7 +2376,7 @@
23762376
igx-input-group {
23772377
width: 100%;
23782378
max-width: rem(200px);
2379-
min-width: rem(100px);
2379+
min-width: rem(140px);
23802380
}
23812381

23822382
igx-prefix:focus {

0 commit comments

Comments
 (0)