From c00744de16c310863b47dc9b2f3d74048e500433 Mon Sep 17 00:00:00 2001
From: Friederike Schwager <friederike.schwager@rwth-aachen.de>
Date: Tue, 1 Jun 2021 14:36:47 +0200
Subject: [PATCH] fix position buttons when editing comments

---
 templates/comment.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/comment.mustache b/templates/comment.mustache
index 386b642..68c167e 100644
--- a/templates/comment.mustache
+++ b/templates/comment.mustache
@@ -59,7 +59,7 @@
                 <form id="edit{{ uuid }}" class="edit-comment-form" style="display:none;">
                     <textarea id="editarea{{ uuid }}" placeholder="" cols="40" rows="3"></textarea>                  
                     <input id="commentSubmit" class="owner btn btn-primary mb-1" type="submit" value="{{# str }} editButton, pdfannotator {{/ str }}">
-                    <input id="commentCancel" class="owner btn btn-secondary" type="reset" value="{{# str }} cancelButton, pdfannotator {{/ str }}" >
+                    <input id="commentCancel" class="owner btn btn-secondary mb-1" type="reset" value="{{# str }} cancelButton, pdfannotator {{/ str }}" >
                 </form>
             
             </div>            
-- 
GitLab