From 44763cf66caf272c4d2808af1282437f8b955791 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:45:16 +0100 Subject: [PATCH] . --- atlas/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/forms.py b/atlas/forms.py index 3c5aba1f..a76ece05 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -410,7 +410,7 @@ class CidReportAnswerForm(ModelForm): # (False, 'No')]) # "findings": TinyMCE(attrs={"cols": 80, "rows": 20}), # "mark_scheme": TinyMCE(attrs={"cols": 80, "rows": 30}), - "answer": Textarea(attrs={"cols": 100, "rows": 10}), + "answer": Textarea(attrs={"cols": 100, "rows": 5}), } help_texts = {