Skip to content

Commit

Permalink
update pagination layout (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Feb 12, 2025
1 parent 6bb02dd commit d105396
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projectroles/static/projectroles/css/projectroles.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ table.sodar-card-table-bordered tbody tr:last-child td {

/* Project list table ------------------------------------------------------- */


table.sodar-pr-project-list-table tbody tr {
height: 53px !important;
}
Expand Down Expand Up @@ -373,6 +374,12 @@ div#sodar-pr-project-list-table_wrapper .pagination {
justify-content: center;
}

div#sodar-pr-project-list-table_wrapper li.sodar-paginate-button {
border: 0;
margin: 0 !important;
padding: 0;
}

div#sodar-pr-project-list-table_wrapper li.sodar-paginate-button a {
min-width: 45px;
}
Expand Down

0 comments on commit d105396

Please sign in to comment.