Skip to content

Commit d342205

Browse files
authored
Update pagination.blade.php
1 parent 9c45c2a commit d342205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/includes/pagination.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if ($showPagination)
2-
<div class="p-6 md:p-0">
2+
<div class="px-6 py-2 md:p-0">
33
@if ($paginationEnabled && $rows->lastPage() > 1)
44
{{ $rows->links('livewire-tables::tailwind.includes.partials.pagination') }}
55
@else

0 commit comments

Comments
 (0)