diff --git a/src/pretix/control/forms/event.py b/src/pretix/control/forms/event.py index 5f11a83f2..9c5fa0344 100644 --- a/src/pretix/control/forms/event.py +++ b/src/pretix/control/forms/event.py @@ -1396,7 +1396,7 @@ class CommentForm(I18nModelForm): fields = ['comment'] widgets = { 'comment': forms.Textarea(attrs={ - 'rows': 3, + 'rows': 6, 'class': 'helper-width-100', }), }