From 2c3301d25c505c217518e7133e0f4cf53797c5b9 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 21 May 2020 16:34:09 -0500 Subject: More adjusting to table widths --- wqflask/wqflask/templates/search_result_page.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index b238a28a..3dfae3dd 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -296,11 +296,13 @@ { 'title': "Symbol", 'type': "natural", + 'width': "120px", 'data': "symbol" }, { 'title': "Description", 'type': "natural", + 'width': "500px", 'data': null, 'render': function(data, type, row, meta) { try { @@ -346,6 +348,7 @@ { 'title': "Description", 'type': "natural", + 'width': "500px", 'data': null, 'render': function(data, type, row, meta) { try { -- cgit v1.2.3