Skip to content

Commit

Permalink
refactor: align titles on user reports (pc)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Apr 8, 2024
1 parent 75d5e99 commit a66be04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/forms/user-reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="col-lg-6 border-start border-4">
<div class="container-fluid">
<div class="mt-5 mb-4 pt-lg-4">
<h2 class="text-body h2 fw-bold">User Requisitions</h2>
<h2 class="text-body h2 fw-bold pt-lg-3">User Requisitions</h2>
<div class="text-body">
<?php if ($results && $account->Username) : ?>
Showing you <?= count($results) ?> submittions by <?= $account->Names ?>
Expand Down

0 comments on commit a66be04

Please sign in to comment.