Fix spacing in assets table delete button

This commit is contained in:
Brian Picciano 2022-05-19 22:47:57 -06:00
parent 3664286506
commit 16f9da05e5

View File

@ -32,7 +32,11 @@
<tr>
<td><a href="{{ AssetURL . }}" target="_blank">{{ . }}</a></td>
<td>
<form action="{{ BlogURL "assets/" }}{{ . }}?method=delete" method="POST">
<form
action="{{ BlogURL "assets/" }}{{ . }}?method=delete"
method="POST"
style="margin-bottom: 0;"
>
{{ $csrfFormInput }}
<input type="submit" value="Delete" />
</form>