We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0518b53 commit f1bfa22Copy full SHA for f1bfa22
1 file changed
app/(main)/chats/[id]/chat-log.tsx
@@ -61,7 +61,7 @@ export default function ChatLog({
61
62
function UserMessage({ content }: { content: string }) {
63
return (
64
- <div className="relative inline-flex w-4/5 items-end gap-3 self-end">
+ <div className="relative inline-flex max-w-[80%] items-end gap-3 self-end">
65
<div className="whitespace-pre-wrap rounded bg-white px-4 py-2 text-gray-600 shadow">
66
{content}
67
</div>
0 commit comments