Use overflow-x: auto
to avoid spilling long lines (#49)
This commit is contained in:
parent
f70b720c7e
commit
fc2635f25d
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.highlight pre {
|
div.highlight pre {
|
||||||
|
|
Loading…
Add table
Reference in a new issue