From b13734aedf8a285e05a0dfe419c7dcd0b6fee301 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Fri, 22 Mar 2024 12:29:38 +0100 Subject: [PATCH] fix(home): allow button and search bar to resize for other languages --- src/views/home/home.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/home/home.module.css b/src/views/home/home.module.css index 6e933189..8426e3ef 100644 --- a/src/views/home/home.module.css +++ b/src/views/home/home.module.css @@ -90,6 +90,9 @@ border-radius: 0px; border: 1px solid rgb(170, 170, 170); outline: none; + flex-grow: 1; + min-width: 0; + max-width: 400px; } .searchBar input { @@ -103,6 +106,8 @@ display: inline-block; text-transform: capitalize; font-size: 14px; + white-space: nowrap; + flex-shrink: 0; } .capitalize {