Allow preformatted blocks to scroll themselves

This commit is contained in:
Cadence Ember 2023-03-14 00:42:16 +13:00
parent abb4473020
commit 226bda5637
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ pre, code {
font-family: monospace;
font-size: 0.85em;
}
pre {
overflow-x: auto;
}
ul, ol {
list-style-type: initial;
padding-left: 2em;