From 122ecfe72a808a6181e79917e0aaca8cd776e529 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 10 May 2024 18:27:40 +0200 Subject: [PATCH] change(ui): pagination input width --- frontend/app/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/app/styles/global.scss b/frontend/app/styles/global.scss index 79ca9cfd5..7c6ae7ec1 100644 --- a/frontend/app/styles/global.scss +++ b/frontend/app/styles/global.scss @@ -26,3 +26,7 @@ input.no-focus:focus { .lucide { stroke-width: 1.5px; } + +.ant-pagination-simple-pager input { + min-width: 80px; +}