From e5f03eaa54e3f9db7ff0980e8b3bb90e7270f9b5 Mon Sep 17 00:00:00 2001 From: Heiko Bernloehr Date: Thu, 29 Mar 2018 15:43:59 +0200 Subject: Fix overlapping forms in edit view of participants. This only occured in firefox. --- app/views/admin/participants/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/participants/_form.html.erb b/app/views/admin/participants/_form.html.erb index f426ca8..dd85b60 100644 --- a/app/views/admin/participants/_form.html.erb +++ b/app/views/admin/participants/_form.html.erb @@ -80,7 +80,7 @@ License along with ECS. If not, see . <%= form.fields_for :identities do |ident| %> <%= ident.text_field :name, :style => "width:100%" %> - <%= ident.text_area :description, :rows => 1, :style => "width:100%" %> + <%= ident.text_area :description, :rows => 1, :style => "width:95%;margin-left:2em" %> <% unless ident.object.new_record? %> <%= ident.check_box :_destroy %> -- cgit v1.2.3