From 2a0dbd22a59a18e3dd48bc708f536caf25539bcb Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 9 Jul 2024 08:00:58 +0000 Subject: [PATCH] search: Allow typeahead item in search to occupy full width. --- web/styles/search.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/search.css b/web/styles/search.css index 8a4c11f979..1164901647 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -144,6 +144,10 @@ background-image: none; color: var(--color-text-search-hover); } + + .typeahead-menu > li > a { + max-width: none; + } } .input-append {