Force one columned suggestions in kiwix-serve

This commit is contained in:
Kelson
2019-09-04 17:34:15 +02:00
parent c031547461
commit 26d32a36ad
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ body {
.ui-autocomplete {
background: white !important;
border: solid 1px grey !important;
column-count: 1 !important;
}
li.ui-state-focus {