mirror of https://github.com/kiwix/libkiwix.git
Force one columned suggestions in kiwix-serve
This commit is contained in:
parent
c031547461
commit
26d32a36ad
|
@ -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
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ body {
|
|||
.ui-autocomplete {
|
||||
background: white !important;
|
||||
border: solid 1px grey !important;
|
||||
column-count: 1 !important;
|
||||
}
|
||||
|
||||
li.ui-state-focus {
|
||||
|
|
Loading…
Reference in New Issue