Browse Source

extra spacing

pull/780/head
JG 3 years ago
parent
commit
c844062afd
  1. 2
      app/views/form/_check_answers_summary_list.html.erb

2
app/views/form/_check_answers_summary_list.html.erb

@ -3,7 +3,7 @@
<% summary_list.row do |row| %>
<% row.key { question.check_answer_label.to_s.presence || question.header.to_s } %>
<% row.value do %>
<%= get_answer_label(question, @case_log) %>
<span class="govuk-!-margin-right-4"><%= get_answer_label(question, @case_log) %></span>
<% extra_value = question.get_extra_check_answer_value(@case_log) %>
<% if extra_value %>
<span class="govuk-!-font-weight-regular app-!-colour-muted"><%= extra_value %></span>

Loading…
Cancel
Save