[autocomplete] no text-wrapping in the middle of completions, see #999
This commit is contained in:
parent
15582c5138
commit
ad4d9c74d4
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.autocomplete_completions LI {
|
||||
padding: 0.15em;
|
||||
|
|
Reference in a new issue