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}