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:
Li Shuailing 2022-12-28 03:11:47 +00:00
commit 1d6a5c6123
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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