diff options
author | zsloan | 2022-04-30 23:51:57 +0000 |
---|---|---|
committer | zsloan | 2022-04-30 23:51:57 +0000 |
commit | 65909b5006f5f2177b753180cc9a2d851c1623e6 (patch) | |
tree | 975bd29ed4dc65ccadd0cb3bd0fb02b8905478f4 | |
parent | d2551923a7638416ccf35d8c8df006568d03de1a (diff) | |
download | genenetwork2-65909b5006f5f2177b753180cc9a2d851c1623e6.tar.gz |
Add tool-button-container class to tool button div in correlation results
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index f66eb4bd..ceaa34b1 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -24,7 +24,7 @@ and analysis page. </p> </div> - <div style="min-width: 950px;"> + <div class="tool-button-container"> <form id="correlation_form" target="_blank" action="/corr_matrix" method="post"> <input type="hidden" name="tool_used" value="" /> <input type="hidden" name="form_url" value="" /> |