Skip to content

Commit

Permalink
Merge pull request #2010 from alphagov/increase-row-change-note-modal
Browse files Browse the repository at this point in the history
Add extra rows to Edition notes textarea
  • Loading branch information
patrickpatrickpatrick authored Jan 16, 2024
2 parents 28e2ccd + 5d560cf commit 4f64c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_history.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<%= f.label :comment, "Edition note" %>
</span>
<span class="form-wrapper">
<%= f.text_area :comment, rows: 6, cols: 120, class: "form-control" %>
<%= f.text_area :comment, rows: 20, cols: 120, class: "form-control" %>
</span>
</div>
</div>
Expand Down

0 comments on commit 4f64c2c

Please sign in to comment.