Skip to content

Commit 4621c21

Browse files
committed
fix: uniform pagination buttons width
1 parent d06f157 commit 4621c21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/css/App.css

+5
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,11 @@ input[type='number'] {
988988
background-color: #272b38;
989989
border-color: #343a40;
990990
}
991+
992+
.pagination .page-item {
993+
min-width: 2rem;
994+
text-align: center;
995+
}
991996
/**
992997
End: Pagination
993998
*/

0 commit comments

Comments
 (0)