From 155f34412e03fc2b4b2f6c5267ef39fc0c6b2526 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 17 Jul 2024 03:41:50 +0000 Subject: [PATCH] search: Fix search suggestions not wrapping on overflow. --- web/styles/search.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/search.css b/web/styles/search.css index 5ed688396d..51f6b757c9 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -157,6 +157,10 @@ color: var(--color-text-search-hover); } + .typeahead-menu .simplebar-content { + min-width: unset; + } + .typeahead-menu .simplebar-content > li > a { max-width: none; }