Use overflow-x: auto
to avoid spilling long lines (#49)
This commit is contained in:
parent
f70b720c7e
commit
fc2635f25d
@ -73,6 +73,7 @@
|
||||
padding: 20px;
|
||||
white-space: pre-wrap;
|
||||
font-size: 14px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
div.highlight pre {
|
||||
|
Loading…
Reference in New Issue
Block a user