mirror of https://github.com/zulip/zulip.git
search: Allow typeahead item in search to occupy full width.
This commit is contained in:
parent
df542e9a9b
commit
2a0dbd22a5
|
@ -144,6 +144,10 @@
|
|||
background-image: none;
|
||||
color: var(--color-text-search-hover);
|
||||
}
|
||||
|
||||
.typeahead-menu > li > a {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.input-append {
|
||||
|
|
Loading…
Reference in New Issue