Increase tooltip font size

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 16:06:39 -05:00
parent 727dac45a4
commit 8967bfedfc
+2 -2
View File
@@ -313,9 +313,9 @@
transform: translateX(-50%) translateY(-4px);
background: #333;
color: #fff;
padding: 0.4rem 0.7rem;
padding: 0.5rem 0.85rem;
border-radius: 4px;
font-size: 0.75rem;
font-size: 0.9rem;
white-space: nowrap;
max-width: 200px;
overflow: hidden;