mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #269 from kiwix/fix-multiple-column-suggestions
Force one columned suggestions in kiwix-serve
This commit is contained in:
commit
828bd032c4
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue