From b74b14cfbeef68cdf51e6f643db84747e39b3265 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:43:06 +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 2928edbc..72b58b62 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": 150, "rows": 30}), + "answer": Textarea(attrs={"cols": 100, "rows": 30}), } def __init__(self, *args, **kwargs):