From fe109435fd91f93ff27466898576f5f2c67146ce Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 31 Oct 2022 18:08:14 +0800 Subject: [PATCH] [questions][ui] show newlines in question post --- .../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 &&