Skip to content

Commit

Permalink
Factorise .pagination-next and .pagination-last together
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin authored and fguillot committed Dec 16, 2024
1 parent c3e842e commit 14a6e8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions internal/ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -748,18 +748,14 @@ template {
padding-left: 15px;
}

.pagination-next {
.pagination-next, .pagination-last {
text-align: right;
}

.pagination-next:after {
content: " ›";
}

.pagination-last {
text-align: right;
}

.pagination-last:after {
content: " »";
}
Expand Down

0 comments on commit 14a6e8e

Please sign in to comment.