about summary refs log tree commit diff
path: root/gn2/wqflask/templates/gn_editor_commit.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/gn_editor_commit.html')
-rw-r--r--gn2/wqflask/templates/gn_editor_commit.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html
index 214ca169..7c419c0b 100644
--- a/gn2/wqflask/templates/gn_editor_commit.html
+++ b/gn2/wqflask/templates/gn_editor_commit.html
@@ -13,7 +13,7 @@
       </div>
       <br>
       <div class="row">
-        <textarea class="col-sm-12" name="message" required>
+        <textarea rows="12" class="col-sm-12" name="message" required>
         </textarea>
 
       </div>
@@ -21,9 +21,6 @@
     <br>
     <br>
     <div class="row">
-      <button class="btn btn-secondary col-sm-2 col-sm-offset-1">
-        Cancel
-      </button>
       <button  hx-post="/editor/commit"
 	       hx-target="#output"
 	       hx-swap= "innerHTML"