mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
Merge pull request #2004 from mempool/nymkappa/bugfix/jumping-pagination
Set pagination font to monospace
This commit is contained in:
commit
47f3d539c3
1 changed files with 4 additions and 0 deletions
|
@ -1046,3 +1046,7 @@ th {
|
|||
box-shadow: -10px -15px 75px rgba(#eba814, 1);
|
||||
transition: 100ms all ease-in;
|
||||
}
|
||||
|
||||
.page-item {
|
||||
font-family: monospace;
|
||||
}
|
Loading…
Add table
Reference in a new issue