From 2c94691b07ecade1ea2152c9fdfb69eaedf27c83 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 31 Oct 2022 18:10:10 +0800 Subject: [PATCH] [questions][ui] show newlines in question post (#484) --- .../components/questions/card/question/BaseQuestionCard.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx index 0c8f1460..65a13054 100644 --- a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx +++ b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx @@ -216,7 +216,11 @@ export default function BaseQuestionCard({ /> )} -

+

{content}

{!showReceivedForm &&