Add top padding to nodes for bubble clearance

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-26 11:58:15 -08:00
parent 608c9f1b30
commit 3255c1cfe5

View File

@@ -111,7 +111,7 @@
justify-content: center; justify-content: center;
text-align: center; text-align: center;
font-size: 11px; font-size: 11px;
padding: 4px; padding: 8px 4px 4px 4px;
cursor: pointer; cursor: pointer;
overflow: visible; overflow: visible;
word-break: normal; word-break: normal;