From a5148f385230f735f6d4bc80bc55fed2044a8570 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 26 Aug 2024 21:10:55 +0000 Subject: Set fixed width of 500px for phenotype descriptions --- gn2/wqflask/templates/search_result_page.html | 1 + 1 file changed, 1 insertion(+) (limited to 'gn2/wqflask/templates/search_result_page.html') diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html index 334dbc77..fccda1ae 100644 --- a/gn2/wqflask/templates/search_result_page.html +++ b/gn2/wqflask/templates/search_result_page.html @@ -298,6 +298,7 @@ { 'title': "Description", 'type': "natural", + 'width': "500px", 'data': null, 'targets': 3, 'render': function(data) { -- cgit v1.2.3