Skip to content

Commit

Permalink
Updated the resizing property of join message modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sab-LC committed Oct 22, 2024
1 parent fdcbb33 commit 3e845ce
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 3e845ce

Please sign in to comment.