Skip to content

Commit

Permalink
Merge pull request #381 from localcontexts/8689agzvf-join-modal-messa…
Browse files Browse the repository at this point in the history
…ge-box

#8689agzvf UI Fix: Request to Join modal message box
  • Loading branch information
birbjam authored Oct 22, 2024
2 parents 1685b8c + 3e845ce commit 523ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion communities/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ class Meta:
fields = ['role', 'message']
widgets = {
'role': forms.Select(attrs={'class': 'w-100'}),
'message': forms.Textarea(attrs={'rows': 3, 'class':'w-100'}),
'message': forms.Textarea(attrs={'rows': 3, 'class':'w-100', 'style': 'resize: vertical;'}),
}

0 comments on commit 523ea9e

Please sign in to comment.