From 2a3300109f41ea597bd299a53ce240a2183f0ae8 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Sat, 16 Jan 2021 22:29:09 +0300 Subject: Minor Style Adjustments Minor adjustments following the first round of open feedback. Signed-off-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- src/components/InputTypes/TextArea.tsx | 1 - src/components/Question.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/InputTypes/TextArea.tsx b/src/components/InputTypes/TextArea.tsx index 21300fb..6e46c27 100644 --- a/src/components/InputTypes/TextArea.tsx +++ b/src/components/InputTypes/TextArea.tsx @@ -9,7 +9,6 @@ interface TextAreaProps { const styles = css` min-height: 20rem; - min-width: 40%; width: 100%; box-sizing: border-box; resize: vertical; diff --git a/src/components/Question.tsx b/src/components/Question.tsx index 66c1668..54074f3 100644 --- a/src/components/Question.tsx +++ b/src/components/Question.tsx @@ -133,7 +133,7 @@ class RenderedQuestion extends React.Component { `; return
-

{question.name}

+

{question.name}

{ question.data["text"] ?

{question.data["text"]}

: "" }
; -- cgit v1.2.3