Skip to content
Snippets Groups Projects
Commit fd4b1f87 authored by Friederike Schwager's avatar Friederike Schwager
Browse files

fix position buttons when editing comments

parent 93bef101
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment