Skip to content

Commit a951373

Browse files
authored
Update pagination.blade.php
Make pagination responsive
1 parent 682840c commit a951373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/bootstrap-4/includes/pagination.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@if ($showPagination)
22
@if ($paginationEnabled && $rows->lastPage() > 1)
33
<div class="row">
4-
<div class="col-12 col-md-6">
4+
<div class="col-12 col-md-6 overflow-auto">
55
{{ $rows->links() }}
66
</div>
77

0 commit comments

Comments
 (0)