From 26d32a36adee7c49ea0cee8813ac302d2b9fd981 Mon Sep 17 00:00:00 2001 From: Kelson Date: Wed, 4 Sep 2019 17:34:15 +0200 Subject: [PATCH] Force one columned suggestions in kiwix-serve --- ChangeLog | 1 + static/skin/taskbar.css | 1 + 2 files changed, 2 insertions(+) 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 {