PageIndexWidget: disable text wrapping

This commit is contained in:
Aaron van Geffen 2023-11-20 22:22:55 +01:00
parent 230c65478f
commit 56f21a6721
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ a:hover {
.pagination .page-item {
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
white-space: nowrap;
}
.pagination .wildcard {
cursor: pointer;