From 86c5db179e0d8e6f4a6ecd023a3f83b52f13e9e8 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Tue, 7 Apr 2026 14:46:51 +0000 Subject: [PATCH] fix(css): adjust width of mermaid lightbox inner card for better responsiveness --- docs/user/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/src/css/custom.css b/docs/user/src/css/custom.css index a0234c0..6d901c7 100644 --- a/docs/user/src/css/custom.css +++ b/docs/user/src/css/custom.css @@ -290,7 +290,7 @@ h1, h2, h3, h4, h5, h6 { /* The white/dark card containing the diagram */ .mermaid-lightbox-inner { position: relative; - max-width: min(90vw, 1200px); + width: min(90vw, 1200px); max-height: 85vh; overflow: auto; padding: 1.5rem;