From ac28594a4eba9c73b836170ef81beb93f40a11d6 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 13 Jan 2021 14:18:02 -0600 Subject: The Scroller CSS was removed because it forces all row text onto one line; Scroller still seems to function fine without it, which is a little strange --- wqflask/wqflask/templates/search_result_page.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 5fe65c00..b8f89121 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -3,7 +3,6 @@ {% block css %} - @@ -125,7 +124,7 @@ {% endif %} {% endif %} -
+
@@ -310,7 +309,6 @@ { 'title': "Description", 'type': "natural", - 'width': "500px", 'data': null, 'render': function(data, type, row, meta) { try { -- cgit v1.2.3

Loading...