Skip to content

Commit

Permalink
Update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gms-gs committed Nov 19, 2024
1 parent b3b9b3c commit 182e479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/components/find/courses/summary_component/view.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<span class="govuk-hint govuk-!-font-size-16"><%= t(".no_fee") %></span>
<% else %>
<%= course.course_fee_content %>
<br>
<span class="govuk-hint govuk-!-font-size-16"><%= course.funding_option %></span>
<div><span class="govuk-hint govuk-!-font-size-16"><%= course.funding_option %></span></div>
<% end %>
<% end %>
<% end %>
Expand Down
3 changes: 1 addition & 2 deletions app/components/find/results/search_result_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<span class="govuk-hint govuk-!-font-size-16"><%= t(".no_fee") %></span>
<% else %>
<%= course.course_fee_content %>
<br>
<span class="govuk-hint govuk-!-font-size-16"><%= course.funding_option %></span>
<div><span class="govuk-hint govuk-!-font-size-16"><%= course.funding_option %></span></div>
<% end %>
<% end %>
<% end %>
Expand Down

0 comments on commit 182e479

Please sign in to comment.