mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 21:19:55 +03:00
Nowrap on pagination control
This commit is contained in:
parent
41cf1abc8d
commit
f7bca2a764
2 changed files with 7 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
<div class="single-pagination">
|
||||
<hr />
|
||||
|
||||
<div class="flex">
|
||||
<div class="flexnowrap">
|
||||
|
||||
<div class="single-pagination-prev">
|
||||
{{ with .PrevInSection }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue