Create one custom class for template grid.Mention the newly created class inside the templategrid as shown below
For example, customtemplategrid
.customtemplategrid .mx-grid-search-input
{
width:200px;
}
Add this css in your custom.scss file and then compile the file using Koala complier. After compilation, this css will be added to your custom.css file. This css will help you to change the width of searchbox