Skip to content

Commit

Permalink
Merge pull request #2009 from alphagov/increase-rows-of-smart-answer-…
Browse files Browse the repository at this point in the history
…text-area

Increase rows of Body Textarea in Smart Answer Edit
  • Loading branch information
patrickpatrickpatrick authored Jan 16, 2024
2 parents 7573896 + d89825c commit 28e2ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/simple_smart_answers/_fields.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="row">
<div class="col-md-10">
<%= form_group(f, :body) do %>
<%= f.text_area :body, rows: 5, disabled: @resource.locked_for_edits?, class: "form-control", data: {
<%= f.text_area :body, rows: 20, disabled: @resource.locked_for_edits?, class: "form-control", data: {
module: "paste-html-to-govspeak"
} %>
<% end %>
Expand Down

0 comments on commit 28e2ccd

Please sign in to comment.