Nowrap on pagination control

This commit is contained in:
Francesco 2025-03-19 19:29:53 +01:00
parent 41cf1abc8d
commit f7bca2a764
2 changed files with 7 additions and 2 deletions

View file

@ -3,6 +3,11 @@
flex-wrap: wrap;
}
.flexnowrap {
display: flex;
flex-wrap: nowrap;
}
.bold {
font-weight: bold;
}
@ -17,4 +22,4 @@
.monospace {
font-family: var(--font-mono);
}
}

View file

@ -3,7 +3,7 @@
<div class="single-pagination">
<hr />
<div class="flex">
<div class="flexnowrap">
<div class="single-pagination-prev">
{{ with .PrevInSection }}