From 564a5585798031540a0d2d80323160150a8bda45 Mon Sep 17 00:00:00 2001 From: Z User Date: Sat, 18 Jul 2026 00:23:03 +0000 Subject: [PATCH] Fix fig1 mermaid text clipping: add white-space nowrap to node/edge labels --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 0bc86bc..1e4638a 100755 --- a/index.html +++ b/index.html @@ -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;