Skip to content

Commit

Permalink
fix: align pagination correctly on small screens with non-English text
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jul 20, 2024
1 parent 8cfe77a commit 0797c91
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions internal/ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ a:hover {
display: inline;
padding-right: 15px;
}

.pagination-backward,
.pagination-forward {
display: flex;
}
}

/* Tables */
Expand Down Expand Up @@ -732,10 +737,6 @@ template {
padding-top: 8px;
}

.pagination > div {
display: flex;
}

.pagination > div.pagination-backward > div {
padding-right: 15px;
}
Expand Down Expand Up @@ -763,6 +764,7 @@ template {
.pagination-prev:before {
content: "‹ ";
}

.pagination-first:before {
content: "« ";
}
Expand Down

0 comments on commit 0797c91

Please sign in to comment.