diff options
author | zsloan | 2024-08-26 21:10:55 +0000 |
---|---|---|
committer | zsloan | 2024-08-26 21:10:55 +0000 |
commit | a5148f385230f735f6d4bc80bc55fed2044a8570 (patch) | |
tree | 04a654a433b688690aad3130cd3176787ae8a9e9 /gn2/wqflask/templates/search_result_page.html | |
parent | 93a0922d92cbde2f705283597f02c25aceb1ec32 (diff) | |
download | genenetwork2-a5148f385230f735f6d4bc80bc55fed2044a8570.tar.gz |
Set fixed width of 500px for phenotype descriptions
Diffstat (limited to 'gn2/wqflask/templates/search_result_page.html')
-rw-r--r-- | gn2/wqflask/templates/search_result_page.html | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |