Skip to content

Commit

Permalink
fix: make lay-summary field taller
Browse files Browse the repository at this point in the history
  • Loading branch information
jLebioda committed Apr 24, 2020
1 parent 8ed1391 commit 0ae0fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/forms/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Meta:
'start_date': DateInput(attrs={'class': 'datepicker'}),
'end_date': DateInput(attrs={'class': 'datepicker'}),
# Smaller text-areas
'description': forms.Textarea(attrs={'rows': 2, 'cols': 40}),
'description': forms.Textarea(attrs={'rows': 6, 'cols': 40}),
'cner_notes': forms.Textarea(attrs={'rows': 2, 'cols': 40}),
'erp_notes': forms.Textarea(attrs={'rows': 2, 'cols': 40}),
'comments': forms.Textarea(attrs={'rows': 2, 'cols': 40}),
Expand Down

0 comments on commit 0ae0fdb

Please sign in to comment.