fix:reply wrapping

This commit is contained in:
2026-03-11 01:37:17 +09:00
parent 0f602a48c6
commit 6eb3c7c425

View File

@@ -140,7 +140,7 @@ function ReplyBubble({ reply }: { reply: Reply }) {
: 'bg-bg-300 border border-border-100' : 'bg-bg-300 border border-border-100'
} }
`}> `}>
<p className="text-sm text-fg-100 leading-relaxed whitespace-pre-wrap">{reply.body}</p> <p className="text-sm text-fg-100 leading-relaxed whitespace-pre-wrap break-words">{reply.body}</p>
</div> </div>
<p className="text-[10px] text-fg-300 px-1"> <p className="text-[10px] text-fg-300 px-1">
{isSupport ? 'Support' : (reply.username ?? 'You')} · {formatTime(reply.createdAt)} {isSupport ? 'Support' : (reply.username ?? 'You')} · {formatTime(reply.createdAt)}