add gap between buttons

This commit is contained in:
2024-04-24 22:10:43 +10:00
parent 09c49ab279
commit 70f9d736d1

View File

@@ -51,7 +51,7 @@
editor="true"
></x-ui.filelist>
</div>
<div class="flex justify-end mt-8">
<div class="flex justify-end gap-4 mt-8">
@isset($post)
<x-ui.button type="button" color="danger" x-data x-on:click.prevent="SM.confirmDelete('{{ csrf_token() }}', 'Delete post?', 'Are you sure you want to delete this post? This action cannot be undone', '{{ route('admin.post.destroy', $post) }}')">Delete</x-ui.button>
@endisset