use min/maxHeight for question textarea
This commit is contained in:
@@ -366,6 +366,8 @@ export function QuestionPrompt(props: { request: QuestionRequest }) {
|
|||||||
}}
|
}}
|
||||||
initialValue={input()}
|
initialValue={input()}
|
||||||
placeholder="Type your own answer"
|
placeholder="Type your own answer"
|
||||||
|
minHeight={1}
|
||||||
|
maxHeight={6}
|
||||||
textColor={theme.text}
|
textColor={theme.text}
|
||||||
focusedTextColor={theme.text}
|
focusedTextColor={theme.text}
|
||||||
cursorColor={theme.primary}
|
cursorColor={theme.primary}
|
||||||
|
|||||||
Reference in New Issue
Block a user