We've struggled with this behaviour. What you can do is changing the search field width.
.dijitInline mendixDataGrid_searchItem {
width:150px;
}
But that means that you will set the search items with with an absolute width. So this will affect all of your search items.