From 9e392767e7425d4e63bd74ff4c5e3ed170315be2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 01:30:54 +0000 Subject: [PATCH] Allow badge to overflow by changing overflow-hidden to overflow-visible cgen-f22d49cc18394b4491b65e91b5f38d14 --- client/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index e8aaf8d7..996a277e 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -130,7 +130,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { return (
-
+
{/* Logo */}