From bfb1960703e29cf9d99caa5b61142064bf5ebb60 Mon Sep 17 00:00:00 2001 From: dotta Date: Tue, 17 Mar 2026 17:12:41 -0500 Subject: [PATCH] fix: show only 'v' in sidebar with full version on hover tooltip The full version string was pushing the sidebar too wide. Now displays just "v" with the full version (e.g. "v1.2.3") shown on hover via title attribute, for both mobile and desktop sidebar layouts. Fixes PAP-533 Co-Authored-By: Paperclip --- ui/src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/Layout.tsx b/ui/src/components/Layout.tsx index 8d2e3e6f..c60d6880 100644 --- a/ui/src/components/Layout.tsx +++ b/ui/src/components/Layout.tsx @@ -298,7 +298,7 @@ export function Layout() { Documentation {health?.version && ( - v{health.version} + v )}