From da8c527b614a5b335018e4dcaf96565a4b5bbdb2 Mon Sep 17 00:00:00 2001 From: Falkan Date: Fri, 20 Mar 2026 00:01:52 -0400 Subject: [PATCH] fix: increase tooltip max-width from 280px to 420px to reduce wrapping --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 2c39110..b096028 100644 --- a/src/app.css +++ b/src/app.css @@ -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;