diff options
author | Alexander_Kabui | 2024-09-10 17:58:00 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-10 17:58:00 +0300 |
commit | 49174678569965bf64ea237d0bacd62c2a3ecfcf (patch) | |
tree | 1a77296fc22a99ca4070c3070a9827c26d9d5cf0 /gn2/wqflask/templates | |
parent | 4f4d82de9c8575d6192f998be02378c23b66556f (diff) | |
download | genenetwork2-49174678569965bf64ea237d0bacd62c2a3ecfcf.tar.gz |
Minor pydint fixes.
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/gnqa_answer.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gn2/wqflask/templates/gnqa_answer.html b/gn2/wqflask/templates/gnqa_answer.html index 25b8f107..69bb89f4 100644 --- a/gn2/wqflask/templates/gnqa_answer.html +++ b/gn2/wqflask/templates/gnqa_answer.html @@ -1,10 +1,9 @@ {% block css %} -<style> - + <style> #gnqa-answer-box { white-space: pre-line; } -</style> + </style> {% endblock %} <section class="container-fluid answers gnqa-copy"> <div class="row container gnqa-answer" style="margin-bottom: 1em"> |