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

@ -1,6 +1,7 @@
kiwix-lib 6.0.3
===============
* force one column suggestion in kiwix-serve suggestions
* fix fulltext search link in suggestions
* UI fixes in kiwix-serve rendering

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 {