aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask
diff options
context:
space:
mode:
authorAlexander_Kabui2024-08-21 22:16:00 +0300
committerBonfaceKilz2024-08-29 18:58:56 +0300
commitfbf9710ff0b8dd3443c6f1c2d61828030d57a0e2 (patch)
tree9b27ea0c47314439b5480e59ae16316de3dc03e6 /gn2/wqflask
parente164f09a7967a5100a2ad3131e4582040da951e6 (diff)
downloadgenenetwork2-fbf9710ff0b8dd3443c6f1c2d61828030d57a0e2.tar.gz
Remove whitespace for commit textarea.
Diffstat (limited to 'gn2/wqflask')
-rw-r--r--gn2/wqflask/templates/gn_editor_commit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html
index c08c93bb..84ebd818 100644
--- a/gn2/wqflask/templates/gn_editor_commit.html
+++ b/gn2/wqflask/templates/gn_editor_commit.html
@@ -16,7 +16,7 @@
</div>
<br>
<div class="row">
- <textarea rows="12" class="col-sm-12" name="message" required id="commit-message">
+ <textarea style="white-space: normal" rows="12" class="col-sm-12" name="message" required id="commit-message">
</textarea>
</div>
</div>