From 2ae9f2c6187646eacc744b89320fc09e01f142f8 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 31 Oct 2022 14:39:54 +0800 Subject: [PATCH] [questions][ui] minor ui fixes (#473) --- .../questions/ContributeQuestionCard.tsx | 98 +++++++++---------- .../forms/ContributeQuestionForm.tsx | 2 +- 2 files changed, 49 insertions(+), 51 deletions(-) diff --git a/apps/portal/src/components/questions/ContributeQuestionCard.tsx b/apps/portal/src/components/questions/ContributeQuestionCard.tsx index 9313896a..ae53a914 100644 --- a/apps/portal/src/components/questions/ContributeQuestionCard.tsx +++ b/apps/portal/src/components/questions/ContributeQuestionCard.tsx @@ -30,56 +30,54 @@ export default function ContributeQuestionCard({ }); return ( -
- -
+
+ +
+
+ +
+

+ Contribute +

+ + + ); } diff --git a/apps/portal/src/components/questions/forms/ContributeQuestionForm.tsx b/apps/portal/src/components/questions/forms/ContributeQuestionForm.tsx index bdebd2d9..faf8d25d 100644 --- a/apps/portal/src/components/questions/forms/ContributeQuestionForm.tsx +++ b/apps/portal/src/components/questions/forms/ContributeQuestionForm.tsx @@ -252,7 +252,7 @@ export default function ContributeQuestionForm({ )}