From f5a8d989cc3eedc73034c44e160a4157c3de2d7d Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Wed, 1 Oct 2025 22:46:01 +0700 Subject: [PATCH] fix(ui): make "Rows per page" label display on a single line --- application/src/components/services/ServicesPagination.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/src/components/services/ServicesPagination.tsx b/application/src/components/services/ServicesPagination.tsx index 2fc48c4..458142e 100644 --- a/application/src/components/services/ServicesPagination.tsx +++ b/application/src/components/services/ServicesPagination.tsx @@ -63,9 +63,9 @@ export function ServicesPagination({ return (
- - {t("rowsPerPage") ?? "Rows per page"}: - + + {t("rowsPerPage") ?? "Rows per page"}: +