Skip to content

Commit e73cbf1

Browse files
ravibpatelGeoSot
authored andcommitted
Fixed button spacing issue in dialog modal footer. (laravel#930)
1 parent f89f1c9 commit e73cbf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/dialog-modal.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
</div>
1313

14-
<div class="px-6 py-4 bg-gray-100 text-right">
14+
<div class="flex flex-row justify-end px-6 py-4 bg-gray-100 text-right">
1515
{{ $footer }}
1616
</div>
1717
</x-jet-modal>

stubs/inertia/resources/js/Jetstream/DialogModal.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
</div>
1414

15-
<div class="px-6 py-4 bg-gray-100 text-right">
15+
<div class="flex flex-row justify-end px-6 py-4 bg-gray-100 text-right">
1616
<slot name="footer">
1717
</slot>
1818
</div>

0 commit comments

Comments
 (0)