From 7d6b0a45297b1dc3ef7690e1888b45f283505eaa Mon Sep 17 00:00:00 2001 From: Jan Marvin Garbuszus Date: Sun, 24 May 2026 13:09:35 +0200 Subject: [PATCH] Fix DAG node label clipping by forcing visible overflow on containers --- website/content.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/content.css b/website/content.css index 3cca5d4..22c7346 100644 --- a/website/content.css +++ b/website/content.css @@ -56,3 +56,12 @@ h1{ } +.dagitty { + margin-bottom: 2em; + margin-right: 1em; + overflow: visible !important; +} + +.dagitty svg { + overflow: visible !important; +}