diff options
author | Alexander_Kabui | 2024-08-21 22:16:00 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-08-29 18:58:56 +0300 |
commit | fbf9710ff0b8dd3443c6f1c2d61828030d57a0e2 (patch) | |
tree | 9b27ea0c47314439b5480e59ae16316de3dc03e6 /gn2/wqflask/templates | |
parent | e164f09a7967a5100a2ad3131e4582040da951e6 (diff) | |
download | genenetwork2-fbf9710ff0b8dd3443c6f1c2d61828030d57a0e2.tar.gz |
Remove whitespace for commit textarea.
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/gn_editor_commit.html | 2 |
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> |