Allow preformatted blocks to scroll themselves

pull/11/head
Cadence Ember 1 week ago
parent abb4473020
commit 226bda5637
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17

@ -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;

Loading…
Cancel
Save