Skip to content

Commit

Permalink
wider col for failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 2, 2024
1 parent 55dcb23 commit b09fbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class="btn btn-primary" disabled
<div class="col-2 text-white bg-success p-2">
<i class="fas fa-circle-check fa-fw"></i> <?php echo _("Successful tests:"); ?> <span id="successfulCount" class="successfulCount">0</span>
</div>
<div class="col-1 text-white bg-danger p-2">
<div class="col-2 text-white bg-danger p-2">
<i class="fas fa-circle-xmark fa-fw"></i> <?php echo _("Failed tests:"); ?> <span id="failedCount" class="failedCount">0</span>
</div>
<div class="col-3 text-white bg-dark p-2">
Expand Down

0 comments on commit b09fbd2

Please sign in to comment.