Fix breaking mid-word in <code> elements
This commit is contained in:
@@ -604,9 +604,6 @@ pre:not([class*="language-"]) {
|
|||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
code {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Footnotes */
|
/* Footnotes */
|
||||||
.footnotes-list {
|
.footnotes-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user