Skip to content

Commit

Permalink
wider col for response format
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 2, 2024
1 parent 111a4e1 commit 638ba12
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,7 +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 class="col-2">
<label for="APIResponseSelect"><?php echo _("Response Format"); ?></label>
<select id="APIResponseSelect" class="form-select form-select-sm">
<option data-responsetype="json" value="JSON">JSON</option>
Expand Down

0 comments on commit 638ba12

Please sign in to comment.