Skip to content

Commit

Permalink
Fixed button spacing issue in dialog modal footer. (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel authored Dec 23, 2021
1 parent b7123cd commit 7fc032c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/dialog-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</div>

<div class="px-6 py-4 bg-gray-100 text-right">
<div class="flex flex-row justify-end px-6 py-4 bg-gray-100 text-right">
{{ $footer }}
</div>
</x-jet-modal>
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/DialogModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
</div>

<div class="px-6 py-4 bg-gray-100 text-right">
<div class="flex flex-row justify-end px-6 py-4 bg-gray-100 text-right">
<slot name="footer">
</slot>
</div>
Expand Down

0 comments on commit 7fc032c

Please sign in to comment.