Preserve new lines in answer feed item
This commit is contained in:
parent
cc0beb4ca4
commit
1a44124a59
|
@ -707,7 +707,7 @@ function FeedAnswerGroup(props: {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Row className="align-items justify-between gap-4">
|
<Row className="align-items justify-between gap-4">
|
||||||
<span className="text-lg">
|
<span className="text-lg whitespace-pre-line">
|
||||||
<Linkify text={text} />
|
<Linkify text={text} />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user