Skip to content

Commit

Permalink
Added spacing for section headings
Browse files Browse the repository at this point in the history
  • Loading branch information
gjacob24 committed Oct 30, 2023
1 parent f71754e commit a44fb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/org_admin/sections/_progress.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<!-- Partial template for showing the progress for a section, i.e. the valid answers -->
<% num_section_questions = section.questions.size() %>
<% num_section_answers = section.num_answered_questions(plan) %>
<span class="right section-status">
<span class="right section-status mx-1">
(<%= num_section_answers %> / <%= num_section_questions %>)
</span>

0 comments on commit a44fb82

Please sign in to comment.