I want to make material 2 input control larger by adjusting the height property of the input using CSS
<input mdInput placeholder="Favorite food" class="search-grid-input">
.search-grid-input {
height:30px!important;
}
As a result, the image on the right side shows: