fix(text): code blocks cannot wrap automatically

This commit is contained in:
SiriusXT 2025-12-01 13:55:21 +08:00
parent 32c16021c4
commit 668fd34af6

View File

@ -643,7 +643,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
} }
} }
.note-detail-printable:not(.word-wrap) pre code { .ck-content:not(.word-wrap) pre code {
white-space: pre; white-space: pre;
} }