From e75d7732cee12e8a7c2b58dbd975bddb4453a06a Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Sat, 18 May 2024 13:15:13 -0700 Subject: [PATCH] Setting limits on the form to match server --- app/views/ticket_requests/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/ticket_requests/_form.html.haml b/app/views/ticket_requests/_form.html.haml index 7f626201..46be8db5 100644 --- a/app/views/ticket_requests/_form.html.haml +++ b/app/views/ticket_requests/_form.html.haml @@ -130,7 +130,7 @@ = f.text_area :role_explanation, placeholder: 'Briefly describe your role', - rows: 4, width: 400, maxlength: 400, required: false, style: 'min-width: 100% !important; font-size: 11pt;' + rows: 4, width: 400, maxlength: 200, required: false, style: 'min-width: 100% !important; font-size: 11pt;' .row .col-lg-6.col-xl-6.col-md-12.col-sm-12