diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb index 1e1466e..a42ea5f 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb @@ -2,7 +2,7 @@ <%= type_to_label(f.object.type) %>
<%= f.label :name, _('Name:') %> - <%= f.text_field :name, :size => 25 %> + <%= f.text_field :name, :style => 'width: 14em' %> <%= f.hidden_field :type %> -- libgit2 0.21.2