search: Fix search suggestions not wrapping on overflow.

This commit is contained in:
Aman Agrawal 2024-07-17 03:41:50 +00:00 committed by Tim Abbott
parent c82012e5e2
commit 155f34412e

View File

@ -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;
}