From 974332b7c06b369ddb0f4b30cc92f5de35c2d3e4 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 31 Oct 2022 13:03:45 +0800 Subject: [PATCH] [questions][ui] minor ui fixes --- .../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 f4256e8d..07fd5258 100644 --- a/apps/portal/src/components/questions/ContributeQuestionCard.tsx +++ b/apps/portal/src/components/questions/ContributeQuestionCard.tsx @@ -28,56 +28,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({ )}