Skip to content

Commit

Permalink
Addressed issues of Contact us message box
Browse files Browse the repository at this point in the history
  • Loading branch information
sab-LC committed Oct 22, 2024
1 parent 523ea9e commit 683c0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accounts/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;'
})
)

Expand Down

0 comments on commit 683c0c1

Please sign in to comment.