Commit 7a5d5ed3 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'allow-long-project-description' into 'master'

Remove `maxlength` limit from the project description textarea

See merge request gitlab-org/gitlab!82812
parents 3a700aa6 8089d69f
......@@ -23,7 +23,7 @@
.row
.form-group.col-md-9
= f.label :description, _('Project description (optional)'), class: 'label-bold'
= f.text_area :description, class: 'form-control gl-form-input', rows: 3, maxlength: 250
= f.text_area :description, class: 'form-control gl-form-input', rows: 3
.row= render_if_exists 'projects/classification_policy_settings', f: f
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment