mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-04-19 22:04:35 -04:00
Allow preformatted blocks to scroll themselves
This commit is contained in:
@@ -8,6 +8,9 @@ pre, code {
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
ul, ol {
|
ul, ol {
|
||||||
list-style-type: initial;
|
list-style-type: initial;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user