diff options
-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> |