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; +}