From 8a1e5ddf822d964bf2f216d1d899aefae8d77a7f Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Tue, 25 Aug 2026 07:12:44 +0000 Subject: [PATCH] Fix panel version badge being clipped off the Overview hero title The hero h1 combined whitespace-nowrap with an ancestor overflow-hidden container, so on narrower viewports or longer translated titles the appended version text was silently clipped and never visible, even though the backend GET /api/version route is public and the frontend useVersion/PANEL_VERSION code fetches and renders it correctly. Removing whitespace-nowrap lets the title wrap instead of truncating the version suffix. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- web/src/pages/Overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Overview.tsx b/web/src/pages/Overview.tsx index 2ac0679..a84b5af 100644 --- a/web/src/pages/Overview.tsx +++ b/web/src/pages/Overview.tsx @@ -198,7 +198,7 @@ export function Overview() { {/* Title */} -