fix: increase tooltip max-width from 280px to 420px to reduce wrapping

This commit is contained in:
Falkan
2026-03-20 00:01:52 -04:00
parent 5480bb246c
commit da8c527b61

View File

@@ -453,7 +453,7 @@
.hu-tooltip {
position: fixed;
z-index: 9999;
max-width: 280px;
max-width: 420px;
padding: 0.4rem 0.6rem;
border-radius: 4px;
font-size: 0.8rem;