Fix issues with horizontal overflow on mobile

This commit is contained in:
Josh 2020-07-09 13:23:52 +10:00 committed by GitHub
parent b2b2d5ac96
commit 41153d6d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -871,6 +871,7 @@ pre {
pre, code {
font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
font-size: 0.9em;
overflow-wrap: break-word;
}
code {