Fix breaking mid-word in <code> elements

This commit is contained in:
2025-11-10 20:01:20 -06:00
parent 31fe00f4ca
commit f757c2ad7d

View File

@@ -604,9 +604,6 @@ pre:not([class*="language-"]) {
word-spacing: normal;
word-break: normal;
}
code {
word-break: break-all;
}
/* Footnotes */
.footnotes-list {