style(mermaid): preserve whitespace in error messages

This commit is contained in:
Elian Doran 2025-03-22 14:36:05 +02:00
parent 5a72d66321
commit 5bea0680fb
No known key found for this signature in database

View File

@ -43,6 +43,8 @@ const TPL = `\
.note-detail-split .note-detail-error-container {
font-family: var(--monospace-font-family);
margin: 0.1em;
white-space: pre-wrap;
font-size: 0.85em;
}
.note-detail-split .note-detail-split-preview {