From 2f9f8a57a002cf072132dbb8070076a3d00f9653 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 1 May 2020 02:35:40 +0200 Subject: [PATCH] Fix height and resizing issue of long text input Signed-off-by: Jan-Christoph Borchardt --- src/components/Questions/QuestionLong.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Questions/QuestionLong.vue b/src/components/Questions/QuestionLong.vue index 0c82860..25b3b9f 100644 --- a/src/components/Questions/QuestionLong.vue +++ b/src/components/Questions/QuestionLong.vue @@ -85,12 +85,12 @@ export default { min-width: 100%; max-width: 100%; min-height: 44px; - max-height: 10rem; margin: 0; padding: 6px 0; border: 0; border-bottom: 1px dotted var(--color-border-dark); border-radius: 0; + resize: none; }