fix : Resolved a styling issue

This commit is contained in:
neulhan
2025-04-06 00:31:35 +09:00
parent 45c55b0a41
commit 32b150cf92
3 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ export function HumanMessage({
onSubmit={handleSubmitEdit}
/>
) : (
<p className="text-right px-4 py-2 rounded-3xl bg-muted w-fit ml-auto">
<p className="px-4 py-2 rounded-3xl bg-muted w-fit ml-auto whitespace-pre-wrap">
{contentString}
</p>
)}