forked from cadence/breezewiki
Allow preformatted blocks to scroll themselves
This commit is contained in:
parent
abb4473020
commit
226bda5637
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue