search: Allow typeahead item in search to occupy full width.

This commit is contained in:
Aman Agrawal 2024-07-09 08:00:58 +00:00 committed by Tim Abbott
parent df542e9a9b
commit 2a0dbd22a5
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@
background-image: none;
color: var(--color-text-search-hover);
}
.typeahead-menu > li > a {
max-width: none;
}
}
.input-append {