mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
search: Fix search suggestions not wrapping on overflow.
This commit is contained in:
parent
c82012e5e2
commit
155f34412e
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user