Use overflow-x: auto to avoid spilling long lines (#49)

This commit is contained in:
Andrew Jorgensen 2022-09-14 18:26:34 -07:00 committed by GitHub
parent f70b720c7e
commit fc2635f25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
overflow-x: auto;
}
div.highlight pre {