mirror of https://gitee.com/answerdev/answer.git
fix(#992): nowrap reply user info
This commit is contained in:
parent
86611b91fd
commit
02a631a12b
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue