From fc1227b5f210343bb9eafc53b2b241e8da34f387 Mon Sep 17 00:00:00 2001 From: Joseph Sasin Date: Tue, 16 Jun 2026 20:44:17 -0700 Subject: [PATCH 1/2] fix: fixed breadcrumb overflow with horizontal scroll --- src/components/ui/breadcrumb.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/breadcrumb.tsx b/src/components/ui/breadcrumb.tsx index 50bb55c11..233faf883 100644 --- a/src/components/ui/breadcrumb.tsx +++ b/src/components/ui/breadcrumb.tsx @@ -10,7 +10,7 @@ function Breadcrumb({ className, ...props }: React.ComponentProps<"nav">) {