typeahead: Fix search typeahead open on near narrows.

This css accidentally got removed in #29882. This bug fix was
originally part of #30514.
This commit is contained in:
Aman Agrawal
2024-07-02 03:31:14 +00:00
committed by Tim Abbott
parent ff0cc79fd5
commit ce9c9ddf12

View File

@@ -1,6 +1,7 @@
/* CSS for Bootstrap typeahead */
.dropdown-menu {
display: none;
min-width: 160px;
list-style: none;
}