diff --git a/app/views/form/_select_question.html.erb b/app/views/form/_select_question.html.erb
index 0655d4089..5f410deef 100644
--- a/app/views/form/_select_question.html.erb
+++ b/app/views/form/_select_question.html.erb
@@ -7,14 +7,14 @@
"data-controller": "accessible-autocomplete",
caption: caption(caption_text, page_header, conditional),
hint: { text: question.hint_text&.html_safe }) do %>
- <% answers.each do |answer| %>
-
- <% end %>
+ <% answers.each do |answer| %>
+
+ <% end %>
<% end %>
<%= render partial: "form/guidance/#{question.guidance_partial}" if question.bottom_guidance? %>