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; }