Commit e2a131a63c003469803c7938a7c5856022b9d635
1 parent
e9b19a7a
Exists in
master
and in
28 other branches
Fixes field name style in mozilla
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/custom_forms/views/custom_forms_plugin_myprofile/_field.html.erb
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <legend><%= type_to_label(f.object.type) %></legend> | 2 | <legend><%= type_to_label(f.object.type) %></legend> |
3 | <div> | 3 | <div> |
4 | <%= f.label :name, _('Name:') %> | 4 | <%= f.label :name, _('Name:') %> |
5 | - <%= f.text_field :name, :size => 25 %> | 5 | + <%= f.text_field :name, :style => 'width: 14em' %> |
6 | 6 | ||
7 | <%= f.hidden_field :type %> | 7 | <%= f.hidden_field :type %> |
8 | 8 |