fix(#992): nowrap reply user info

This commit is contained in:
haitao(lj) 2022-10-10 15:00:06 +08:00 committed by mingcheng
parent 86611b91fd
commit 02a631a12b
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ const Comment = ({ objectId, mode }) => {
) : (
<div className="d-flex">
{item.reply_user_display_name && (
<Link to="###" className="fs-14 me-1">
<Link to="." className="fs-14 me-1 text-nowrap">
@{item.reply_user_display_name}
</Link>
)}