diff --git a/accounts/forms.py b/accounts/forms.py index 2ee3e55b0..d31383f71 100644 --- a/accounts/forms.py +++ b/accounts/forms.py @@ -151,7 +151,8 @@ class ContactOrganizationForm(forms.Form): widget=forms.Textarea(attrs={ "rows": 4, "cols": 65, - 'class': 'w-100' + 'class': 'w-100', + 'style': 'resize: vertical;' }) )