We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916e68c commit ceef25eCopy full SHA for ceef25e
app/views/supply_items/_edit_stock.html.erb
@@ -5,7 +5,7 @@
5
<%= f.text_field :stock_change, required: true, size: 25, label: l(:field_supply_item_stock_change) %>
6
</p>
7
<p>
8
- <%= f.text_area :comment, size: 25, label: l(:field_supply_item_stock_change_comment) %>
+ <%= f.text_area :comment, cols: 50, label: l(:field_supply_item_stock_change_comment) %>
9
10
11
<%= submit_tag l :button_save %>
0 commit comments