Fix project and buffer search input width (#21949)

Danilo Leal created

Closes https://github.com/zed-industries/zed/issues/21922

Now, both the project and buffer search inputs have a min-width set so
that text inside it, as well as the additional controls, are always
visible even at the window's smallest possible size, which looks like
this:

<img width="407" alt="Screenshot 2024-12-13 at 00 35 46"
src="https://github.com/user-attachments/assets/e6e2c4c6-4f75-4663-8c65-590e02141a5d"
/>


Release Notes:

- N/A

Change summary

crates/search/src/buffer_search.rs  | 1 +
crates/search/src/project_search.rs | 1 +
2 files changed, 2 insertions(+)

Detailed changes