Fix issues with horizontal overflow on mobile

This commit is contained in:
Josh
2020-07-08 23:23:52 -04:00
committed by GitHub
parent b2b2d5ac96
commit 41153d6d90
+1
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 {