Skip to content

Commit

Permalink
left margin
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 2, 2024
1 parent 638ba12 commit 0546699
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 @@ -45,6 +45,7 @@

<div id="testsContainer">
<div class="row mb-3 text-center g-3 litcaltests-header align-items-end justify-content-center">
<div class="col-1"></div>
<div class="col-2">
<label for="APIResponseSelect"><?php echo _("Response Format"); ?></label>
<select id="APIResponseSelect" class="form-select form-select-sm">
Expand All @@ -61,7 +62,6 @@ class="btn btn-primary" disabled
echo _("Run Tests");
?></span></button>
</div>
<div class="col-1"></div>
<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>
Expand Down

0 comments on commit 0546699

Please sign in to comment.