From ce9c9ddf1211c7eddbb422461dcca451b785116c Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 2 Jul 2024 03:31:14 +0000 Subject: [PATCH] typeahead: Fix search typeahead open on `near` narrows. This css accidentally got removed in #29882. This bug fix was originally part of #30514. --- web/third/bootstrap-typeahead/typeahead.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/third/bootstrap-typeahead/typeahead.css b/web/third/bootstrap-typeahead/typeahead.css index ee0c86d4c2..15624be3ad 100644 --- a/web/third/bootstrap-typeahead/typeahead.css +++ b/web/third/bootstrap-typeahead/typeahead.css @@ -1,6 +1,7 @@ /* CSS for Bootstrap typeahead */ .dropdown-menu { + display: none; min-width: 160px; list-style: none; }