Fix button margin

This commit is contained in:
John Livingston
2023-09-26 14:15:29 +02:00
parent 8506b38adf
commit eb99369bea
2 changed files with 4 additions and 2 deletions

View File

@ -188,7 +188,7 @@
</div>
</div>
{{/cmdsArray}}
<div class="form-group">
<div class="form-group mt-5">
<input type="submit" value="{{save}}" />
<input type="reset" value="{{cancel}}" />
</div>