diff options
author | zsloan | 2024-09-17 14:55:38 +0000 |
---|---|---|
committer | zsloan | 2024-09-17 14:55:38 +0000 |
commit | f14495e84dac1435aae2dc10bdc938afdba16992 (patch) | |
tree | eab2975e194d08abb7f427583f86443e21251f83 | |
parent | ee40a7ee9ccc5652a772b46ce1756882d29d4166 (diff) | |
download | genenetwork2-f14495e84dac1435aae2dc10bdc938afdba16992.tar.gz |
Remove 'row' class from the global search summary text, since it was causing it to be out of alignment with the rest of the page
-rw-r--r-- | gn2/wqflask/templates/gsearch_gene.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index f1ca998b..e20977c7 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -10,7 +10,7 @@ <div class="container"> - <div class="row"> + <div> <h3>GN searched for the term(s) <b>"{{ terms }}"</b> in 754 datasets and 39,765,944 traits across 10 species<br/> and found <b>{{ trait_count }}</b> results that match your query.<br/> </h3> |