Fix fig1 mermaid text clipping: add white-space nowrap to node/edge labels

This commit is contained in:
Z User 2026-07-18 00:23:03 +00:00
parent 330c3512f1
commit 564a558579

View File

@ -381,6 +381,12 @@
max-width: 100%;
height: auto;
}
.wp-modal-body .mermaid .nodeLabel {
white-space: nowrap;
}
.wp-modal-body .mermaid .edgeLabel {
white-space: nowrap;
}
.wp-modal-body ol {
margin: 0.75rem 0 0.75rem 1.5rem;