mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-1.0.2' into 'test'
Feat/ui 1.0.2 See merge request opensource/answer!391
This commit is contained in:
commit
1d6a5c6123
|
@ -258,7 +258,7 @@ const Comment = ({ objectId, mode, commentId }) => {
|
|||
)}
|
||||
|
||||
<div
|
||||
className="fmt fs-14"
|
||||
className="fmt fs-14 text-break text-wrap"
|
||||
dangerouslySetInnerHTML={{ __html: item.parsed_text }}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
@ -69,7 +69,7 @@ const Index: FC<Props> = ({
|
|||
<div id={data.id} ref={answerRef} className="answer-item py-4">
|
||||
<article
|
||||
dangerouslySetInnerHTML={{ __html: data?.html }}
|
||||
className="fmt"
|
||||
className="fmt text-break text-wrap"
|
||||
/>
|
||||
<div className="d-flex align-items-center mt-4">
|
||||
<Actions
|
||||
|
|
Loading…
Reference in New Issue