Preserve new lines in answer feed item

This commit is contained in:
James Grugett 2022-03-22 00:20:52 -05:00
parent cc0beb4ca4
commit 1a44124a59

View File

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