From 5e2f45aede82cb427d16d6f62c521f0bc6798fb3 Mon Sep 17 00:00:00 2001 From: josh <144584931+dancer@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:58:16 +0100 Subject: [PATCH] fix: split layout (#1147) --- components/elements/response.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/elements/response.tsx b/components/elements/response.tsx index c1b4e85..4ee9fd5 100644 --- a/components/elements/response.tsx +++ b/components/elements/response.tsx @@ -10,7 +10,7 @@ export const Response = memo( ({ className, ...props }: ResponseProps) => ( *:first-child]:mt-0 [&>*:last-child]:mb-0', + 'size-full [&>*:first-child]:mt-0 [&>*:last-child]:mb-0 [&_pre]:overflow-x-auto [&_pre]:max-w-full [&_code]:break-words [&_code]:whitespace-pre-wrap', className, )} {...props}