From eac0c135d679090e7b48064ad75338ec50c9f164 Mon Sep 17 00:00:00 2001 From: Sonny Date: Fri, 15 Nov 2024 18:20:57 +0100 Subject: [PATCH] fix: dashboard header wrap when collection's name too large --- inertia/components/dashboard/dashboard_header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inertia/components/dashboard/dashboard_header.tsx b/inertia/components/dashboard/dashboard_header.tsx index 381b4b8..426deb6 100644 --- a/inertia/components/dashboard/dashboard_header.tsx +++ b/inertia/components/dashboard/dashboard_header.tsx @@ -35,7 +35,7 @@ export function DashboardHeader({ navbar, aside }: DashboardHeaderProps) { const { activeCollection } = useActiveCollection(); return ( - + - +