fix(text): code blocks cannot wrap automatically (#7910)

This commit is contained in:
Elian Doran 2025-12-01 11:18:31 +00:00 committed by GitHub
commit d520fc46b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
} }