From 5683fb8d25dbdaa3723fc0aa2107c99aff62dffe Mon Sep 17 00:00:00 2001 From: Froidefond Julien Date: Fri, 6 Mar 2026 14:52:45 +0100 Subject: [PATCH] fix(ui): Improve pagination spacing - Increased top margin from mt-6 to mt-8 - Increased gaps between elements from gap-4 to gap-6 - Better spacing in page size selector --- apps/backoffice/app/components/ui/Pagination.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/backoffice/app/components/ui/Pagination.tsx b/apps/backoffice/app/components/ui/Pagination.tsx index 6d21d20..4164d9c 100644 --- a/apps/backoffice/app/components/ui/Pagination.tsx +++ b/apps/backoffice/app/components/ui/Pagination.tsx @@ -44,14 +44,14 @@ export function CursorPagination({ }; return ( -
+
{/* Page size selector */} -
+
Show changePageSize(Number(e.target.value))} - className="w-20 px-2 py-1.5 text-sm border border-line rounded-lg bg-background text-foreground" + className="w-20 px-3 py-2 text-sm border border-line rounded-lg bg-background text-foreground" > {pageSizeOptions.map((size) => (
{/* Page navigation */} -
+