Skip to content

Commit

Permalink
feat: add spacing between enrollment and transit processor sections
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Sep 17, 2024
1 parent 931274e commit d5cecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/templates/admin/agency-dashboard-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="pt-0 pb-2 text-left">In-person enrollment</h2>
</div>
</div>
{% if transit_processor_portal_url %}
<div class="border border-3 p-3">
<div class="border border-3 p-3 mt-4">
<h2 class="pt-0 pb-2 text-left">Transit Processor</h2>
<p>Manage fare-calculation, view rider transactions, and process refunds.</p>
<div class="row pt-4">
Expand Down

0 comments on commit d5cecff

Please sign in to comment.