app-grid: Set max-width to entries
We set the max-width as 48 to the search entries. GNOME Shell forces the search entry to 24em
width - https://github.com/GNOME/gnome-shell/blob/main/data/theme/gnome-shell-sass/widgets/_search-entry.scss#L6. But forcing our entries to 24 characters makes it look so small. So I went with 48. Let me know if we have better value.
Demo:
Closes: #703 (closed)