Skip to content

Commit

Permalink
Setting limits on the form to match server
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed May 18, 2024
1 parent 32c9e39 commit 5c97549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ticket_requests/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c97549

Please sign in to comment.