From 3255c1cfe53250debf01b95632f8febf5264faab Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 26 Jan 2026 11:58:15 -0800 Subject: [PATCH] Add top padding to nodes for bubble clearance Co-Authored-By: Claude Opus 4.5 --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index ccd13de..fa6d35a 100644 --- a/static/index.html +++ b/static/index.html @@ -111,7 +111,7 @@ justify-content: center; text-align: center; font-size: 11px; - padding: 4px; + padding: 8px 4px 4px 4px; cursor: pointer; overflow: visible; word-break: normal;