diff options
author | zsloan | 2024-08-26 21:10:55 +0000 |
---|---|---|
committer | Alexander_Kabui | 2024-08-28 15:02:46 +0300 |
commit | eafb171dad7ab31d6bfdfb0577ecf8f1da25a64f (patch) | |
tree | 12d0d7b8769ec0a9295fd67dc1540d93efc91959 /gn2/wqflask/templates | |
parent | 99bc0a91bc60616f4d446562cd32746ff8b0f22f (diff) | |
download | genenetwork2-eafb171dad7ab31d6bfdfb0577ecf8f1da25a64f.tar.gz |
Set fixed width of 500px for phenotype descriptions
Diffstat (limited to 'gn2/wqflask/templates')
-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) { |