Skip to content

Commit

Permalink
Merge pull request #385 from localcontexts/868acy3kb-contact-us-UI-fix
Browse files Browse the repository at this point in the history
#868acy3kb UI Fix: Contact Us message modal
  • Loading branch information
birbjam authored Oct 24, 2024
2 parents 523ea9e + 683c0c1 commit 4717e8a
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 4717e8a

Please sign in to comment.