Code: fix break word

This commit is contained in:
Damien Vitrac 2018-12-10 14:04:48 +01:00
parent 06778cc306
commit 33779e0a09
1 changed files with 2 additions and 0 deletions

View File

@ -236,6 +236,7 @@ code {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-weight: normal;
color: #3d3d3c;
word-break: break-word;
}
/* Lists */
@ -480,6 +481,7 @@ pre, pre > code {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-weight: normal;
text-rendering: optimizeSpeed;
word-break: normal;
}
pre {