Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ const UserInput = forwardRef<UserInputRef, UserInputProps>(
<div className='relative'>
{/* Highlight overlay */}
<div className='pointer-events-none absolute inset-0 z-[1] px-[2px] py-1'>
<pre className='whitespace-pre-wrap font-sans text-foreground text-sm leading-[1.25rem]'>
<pre className='whitespace-pre-wrap break-all font-sans text-foreground text-sm leading-[1.25rem]'>
{(() => {
const elements: React.ReactNode[] = []
const remaining = message
Expand Down