Skip to content

Commit aa8bbd7

Browse files
Remove unnecessary 'is-small' class from pagination for improved styling consistency
1 parent 61e88c5 commit aa8bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/arsip/pagination.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@if ($paginator->hasPages())
22
<br/>
3-
<nav class="pagination is-small" role="navigation" aria-label="pagination">
3+
<nav class="pagination" role="navigation" aria-label="pagination">
44
@if ($paginator->onFirstPage())
55
<a class="pagination-previous is-disabled" title="This is the first page">Sebelumnya</a>
66
@else

0 commit comments

Comments
 (0)