aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-12-14 22:21:49 +0000
committerzsloan2021-12-14 16:23:01 -0600
commit7c6618d20aaf97bec7abcc52ca144997dde59b64 (patch)
tree6966ab1bd91c53b87cd36273d04f8b7d928905a7 /wqflask
parent92e555531e53630ce11e34a0b67bb111647b47c1 (diff)
downloadgenenetwork2-7c6618d20aaf97bec7abcc52ca144997dde59b64.tar.gz
Removed min-width from container div, since it seems to have preventd horizontal scrolling when the window is small
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/mapping_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index f62d554d..84db288c 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -12,7 +12,7 @@
{% endblock %}
{% from "base_macro.html" import header %}
{% block content %}
- <div class="container" style="min-width: 1650px;">
+ <div class="container">
<form method="post" target="_blank" action="/run_mapping" name="marker_regression" id="marker_regression_form">
<input type="hidden" name="temp_uuid" value="{{ temp_uuid }}">
{% if temp_trait is defined %}