We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c45c2a commit d342205Copy full SHA for d342205
resources/views/tailwind/includes/pagination.blade.php
@@ -1,5 +1,5 @@
1
@if ($showPagination)
2
- <div class="p-6 md:p-0">
+ <div class="px-6 py-2 md:p-0">
3
@if ($paginationEnabled && $rows->lastPage() > 1)
4
{{ $rows->links('livewire-tables::tailwind.includes.partials.pagination') }}
5
@else
0 commit comments