fix: adjust user message bubble width to fit content
This commit is contained in:
@@ -84,7 +84,7 @@ export function HumanMessage({
|
|||||||
onSubmit={handleSubmitEdit}
|
onSubmit={handleSubmitEdit}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<p className="text-right px-4 py-2 rounded-3xl bg-muted">
|
<p className="text-right px-4 py-2 rounded-3xl bg-muted w-fit ml-auto">
|
||||||
{contentString}
|
{contentString}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user