diff options
author | zsloan | 2019-08-02 10:50:05 -0500 |
---|---|---|
committer | zsloan | 2019-08-02 10:50:05 -0500 |
commit | 8f9dcc4b53e4149d5ac7c698bb0b3bb88e36cf64 (patch) | |
tree | a97a35735dd5c84883e84ff8cef9e50e99b77177 | |
parent | 3b626057ffebddf2829fbddb50445cf4934b0580 (diff) | |
download | genenetwork2-8f9dcc4b53e4149d5ac7c698bb0b3bb88e36cf64.tar.gz |
Fixed issue where resizing correlation page could make buttons get pushed down
-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 32f5e774..fea60dfa 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -4,7 +4,7 @@ <link rel="stylesheet" type="text/css" href="/static/new/packages/DataTables/extensions/buttons.bootstrap.css" /> {% endblock %} {% block content %} - <div class="container"> + <div class="container" style="min-width: 1250px;"> <div class="page-header"> <h1>Correlation Table</h1> <h2>Trait: {{ this_trait.name }} |