From 8584ab80f28e170fc2a563fbbc3dfa89715c61ff Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 25 Oct 2015 10:55:00 +0000 Subject: [PATCH] Enlarge custom field name input. git-svn-id: http://svn.redmine.org/redmine/trunk@14752 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/custom_fields/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index c5e2824c5..99fffadeb 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -3,7 +3,7 @@

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

-

<%= f.text_field :name, :required => true %>

+

<%= f.text_field :name, :size => 50, :required => true %>

<%= f.text_area :description, :rows => 7 %>

<% if @custom_field.format.multiple_supported %> -- 2.39.5