From 7c6618d20aaf97bec7abcc52ca144997dde59b64 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 14 Dec 2021 22:21:49 +0000 Subject: Removed min-width from container div, since it seems to have preventd horizontal scrolling when the window is small --- wqflask/wqflask/templates/mapping_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') 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 %} -
+
{% if temp_trait is defined %} -- cgit v1.2.3