mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Allow preformatted blocks to scroll themselves
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user