From e2a131a63c003469803c7938a7c5856022b9d635 Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Sun, 19 Jan 2014 13:02:28 -0300 Subject: [PATCH] Fixes field name style in mozilla --- plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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