Skip to content
Merged
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 @@ -46,7 +46,7 @@ export const ThoughtView = memo(function ThoughtView({
<Box className="mt-1 ml-5 max-w-4xl overflow-hidden rounded-lg border border-gray-6">
<Box className="max-h-64 overflow-auto px-3 py-2">
<Text asChild size="1" className="text-gray-11">
<pre className="m-0 whitespace-pre-wrap break-all font-mono">
<pre className="m-0 hyphens-auto whitespace-pre-wrap break-words font-mono">
{displayedContent}
</pre>
</Text>
Expand Down
Loading