Skip to content

Commit

Permalink
try fix select layout on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jun 28, 2024
1 parent 2538e35 commit dceec53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layout/topnavbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
><i class="fas fa-code-branch me-2"></i><?php
echo _("API Version");
?></label>
<select class="form-select"
</li>
<li>
<select class="form-select"
aria-labelledby="apiVersionsDropdown" id="apiVersionsDropdownItems">
<option class="dropdown-item" id="apiVersion-v3" href="#"><span>v3</span></option>
<option class="dropdown-item" id="apiVersion-dev" href="#"><span>dev</span></option>
Expand Down

0 comments on commit dceec53

Please sign in to comment.