Skip to content

Commit 48b1f20

Browse files
committed
Updated
1 parent b5c5e10 commit 48b1f20

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

assets/css/extended/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ code, pre {
4848
}
4949

5050
/* 3. 允许行内公式在必要时换行 */
51-
51+
.katex {
52+
white-space: normal !important;
53+
word-break: break-all;
54+
}
5255
/* 4. 最关键:限制所有父容器不允许溢出 */
5356
.post-content,
5457
.post-content p,

0 commit comments

Comments
 (0)