diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb
index 7339ef8..a059c8d 100644
--- a/app/views/customers/view.html.erb
+++ b/app/views/customers/view.html.erb
@@ -48,7 +48,7 @@ This customer link expires in <%= distance_of_time_in_words(Time.now, @token.exp
end
#end
end %>
-<%= render_custom_fields_rows(@issue) %>
+<%= render_full_width_custom_fields_rows(@issue) %>
<%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %>