diff --git a/anatomy/forms.py b/anatomy/forms.py index 76258ebc..2736a0c7 100644 --- a/anatomy/forms.py +++ b/anatomy/forms.py @@ -153,7 +153,7 @@ class AnatomyQuestionForm(ModelForm): widgets = { "structure": autocomplete.ModelSelect2(url="atlas:structure-autocomplete"), - "answer_help": TinyMCE(attrs={"cols": 80, "rows": 20}), + "answer_help": TinyMCE(attrs={"cols": 80, "rows": 10}), }