Skip to content

Commit

Permalink
fix: improper line break on response message (#4042)
Browse files Browse the repository at this point in the history
* fix: improper line break on response message

* chore: remove blankspace classname
  • Loading branch information
urmauur authored Nov 18, 2024
1 parent 7a084b6 commit 04dd836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (props) => {
) : (
<div
className={twMerge(
'message max-width-[100%] flex flex-col gap-y-2 overflow-auto break-all leading-relaxed '
'message max-width-[100%] flex flex-col gap-y-2 overflow-auto leading-relaxed'
)}
dir="ltr"
>
Expand Down

0 comments on commit 04dd836

Please sign in to comment.