change(ui): pagination input width

This commit is contained in:
Shekar Siri 2024-05-10 18:27:40 +02:00
parent f73e04e557
commit 122ecfe72a

View file

@ -26,3 +26,7 @@ input.no-focus:focus {
.lucide {
stroke-width: 1.5px;
}
.ant-pagination-simple-pager input {
min-width: 80px;
}