Skip to content

Commit

Permalink
Merge pull request #33 from egecavusoglu/whitespace-pre-wrap
Browse files Browse the repository at this point in the history
Adds whitespace-pre-wrap to message
  • Loading branch information
sgomez authored Nov 27, 2024
2 parents cf0a5b3 + a66de01 commit e01c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/weather-ollama/src/components/message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Message({
</div>

<div className="flex flex-col gap-1">
<div className="text-zinc-800 dark:text-zinc-300 flex flex-col gap-4">
<div className="text-zinc-800 dark:text-zinc-300 flex flex-col gap-4 whitespace-pre-wrap">
{children}
</div>
</div>
Expand Down

0 comments on commit e01c5e5

Please sign in to comment.