diff --git a/app/views/icons/_chevron_left.html.erb b/app/views/icons/_chevron_left.html.erb
new file mode 100644
index 00000000..389b06ad
--- /dev/null
+++ b/app/views/icons/_chevron_left.html.erb
@@ -0,0 +1,4 @@
+
diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb
index 1c22ca0e..93f02f68 100644
--- a/app/views/submissions/show.html.erb
+++ b/app/views/submissions/show.html.erb
@@ -41,7 +41,7 @@
<% end %>
-
+
<% fields_index = Templates.build_field_areas_index(@submission.template_fields || @submission.template.fields) %>
<% values = @submission.submitters.reduce({}) { |acc, sub| acc.merge(sub.values) } %>
@@ -71,7 +71,7 @@
<% end %>
-
+
<% colors = %w[bg-red-500 bg-sky-500 bg-emerald-500 bg-yellow-300 bg-purple-600 bg-pink-500 bg-cyan-500 bg-orange-500 bg-lime-500 bg-indigo-500] %>
<% submitter_fields_index = (@submission.template_fields || @submission.template.fields).group_by { |f| f['submitter_uuid'] } %>
<% submitter_field_counters = Hash.new { 0 } %>
@@ -173,5 +173,16 @@
<% end %>
+
<%= render 'scripts/autosize_field' %>