summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/_general.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/settings/_general.html.haml')
-rw-r--r--app/views/projects/settings/_general.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/_general.html.haml b/app/views/projects/settings/_general.html.haml
index 960b1d67610..3a62c6f41cc 100644
--- a/app/views/projects/settings/_general.html.haml
+++ b/app/views/projects/settings/_general.html.haml
@@ -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