Code: fix break word
This commit is contained in:
parent
06778cc306
commit
33779e0a09
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue