[autocomplete] no text-wrapping in the middle of completions, see #999

This commit is contained in:
Shish 2024-01-07 22:06:46 +00:00
parent 15582c5138
commit ad4d9c74d4

View file

@ -9,6 +9,7 @@
margin: 0;
padding: 0;
font-size: 1rem;
white-space: nowrap;
}
.autocomplete_completions LI {
padding: 0.15em;