Merge pull request #269 from kiwix/fix-multiple-column-suggestions

Force one columned suggestions in kiwix-serve
This commit is contained in:
Matthieu Gautier 2019-09-04 17:40:45 +02:00 committed by GitHub
commit 828bd032c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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