From 24d4d24edfd7e170d7adfb93b616a902eb970acd Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 24 Apr 2026 23:00:54 -0400 Subject: [PATCH] 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. --- frontend/src/helperComponents/Pagination.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/helperComponents/Pagination.svelte b/frontend/src/helperComponents/Pagination.svelte index 061bc03..f832021 100644 --- a/frontend/src/helperComponents/Pagination.svelte +++ b/frontend/src/helperComponents/Pagination.svelte @@ -118,7 +118,7 @@ {/if} -
+