diff --git a/ChangeLog b/ChangeLog index 68e074c4b..b9f163efe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/static/skin/taskbar.css b/static/skin/taskbar.css index 82d8b53e8..89f20cc46 100644 --- a/static/skin/taskbar.css +++ b/static/skin/taskbar.css @@ -132,6 +132,7 @@ body { .ui-autocomplete { background: white !important; border: solid 1px grey !important; + column-count: 1 !important; } li.ui-state-focus {