fix: split layout (#1147)
This commit is contained in:
parent
932432c851
commit
5e2f45aede
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export const Response = memo(
|
||||||
({ className, ...props }: ResponseProps) => (
|
({ className, ...props }: ResponseProps) => (
|
||||||
<Streamdown
|
<Streamdown
|
||||||
className={cn(
|
className={cn(
|
||||||
'size-full [&>*: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,
|
className,
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue