fix(frontend): remove extraneous top margin from pagination controls
Remove the mt-5 class from the pagination container div to eliminate unnecessary spacing between the pagination buttons and the per-page selector.
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="flex mt-5">
|
<div class="flex">
|
||||||
<div class="w-20 mx-auto">
|
<div class="w-20 mx-auto">
|
||||||
<select
|
<select
|
||||||
bind:value={perPage}
|
bind:value={perPage}
|
||||||
|
|||||||
Reference in New Issue
Block a user