Skip to content

Commit ceef25e

Browse files
committed
make comments field wider #17
1 parent 916e68c commit ceef25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/supply_items/_edit_stock.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<%= f.text_field :stock_change, required: true, size: 25, label: l(:field_supply_item_stock_change) %>
66
</p>
77
<p>
8-
<%= f.text_area :comment, size: 25, label: l(:field_supply_item_stock_change_comment) %>
8+
<%= f.text_area :comment, cols: 50, label: l(:field_supply_item_stock_change_comment) %>
99
</p>
1010
<p>
1111
<%= submit_tag l :button_save %>

0 commit comments

Comments
 (0)