Adjust tooltip styling for better readability

Increase font size, line height, and width constraints to improve
tooltip appearance and content display.
This commit is contained in:
2025-05-26 20:19:52 -04:00
parent cdee5c9f6e
commit 543903b3de
+4 -3
View File
@@ -198,9 +198,10 @@
color: white;
padding: 0.75rem 1rem;
border-radius: 6px;
font-size: 0.875rem;
line-height: 1.4;
max-width: 300px;
font-size: 0.9rem;
line-height: 1.5;
max-width: 450px;
min-width: 350px;
white-space: normal;
z-index: 1000;
opacity: 0;