From 05b2dc3429d45d6e8ad619cfc7c84fbf430ec914 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Tue, 2 Sep 2025 16:04:42 +0530 Subject: [PATCH] fix(Grid): spacing issue in pagination --- frappe/public/scss/common/grid.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frappe/public/scss/common/grid.scss b/frappe/public/scss/common/grid.scss index c39cd5a07f..22af86d134 100644 --- a/frappe/public/scss/common/grid.scss +++ b/frappe/public/scss/common/grid.scss @@ -577,11 +577,16 @@ .grid-pagination { padding: 0; + display: flex; + .last-page { + margin-left: 5px; + } } .page-text { display: inline-block; cursor: default; + margin-right: 6px; } .current-page-number {