fix <pre> rendering by explicitly setting a monospace font
All checks were successful
/ build (pull_request) Successful in 58s
All checks were successful
/ build (pull_request) Successful in 58s
This commit is contained in:
parent
433a539b48
commit
694ee49e94
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow-x: scroll;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue