Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.

Commit 1efbc8c

Browse files
theOrlinjoneff
authored andcommitted
fix(grid): allow for filterable cell input resizing
1 parent bc0373d commit 1efbc8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/grid/_layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,10 @@
581581
.k-multiselect {
582582
height: auto;
583583
}
584+
585+
.k-filtercell .k-widget.k-sized-input {
586+
flex: 0 1 auto;
587+
}
584588
}
585589

586590
.k-filtercell {

0 commit comments

Comments
 (0)