Fix word-wrapping

This commit is contained in:
Adorian Doran 2024-10-29 12:57:15 +02:00
parent b112cb609f
commit 60426ea487

View File

@ -849,7 +849,7 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
cursor: default;
}
.note-detail-printable:not(.word-wrap) pre {
.note-detail-printable:not(.word-wrap) pre code {
white-space: pre;
margin-right: 1em;
}