Skip to content

Commit

Permalink
[BS5] fix guid collapse stutter
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Jun 8, 2022
1 parent 304655f commit 4ba0e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/web/templates/admin/tab-config-admins.twig
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<i style="font-size:10pt;" class="bi bi-plus-square"></i> {{ lang.admin.guid_and_license }}
</legend>
<hr />
<div id="license" class="collapse mb-5">
<div id="license" class="collapse">
<form class="form-horizontal" autocapitalize="none" autocorrect="off" role="form" method="post">
<div class="row">
<label class="control-label col-sm-3" for="guid">{{ lang.admin.guid }}:</label>
Expand Down Expand Up @@ -122,7 +122,7 @@
</form>
</div>

<legend style="cursor:pointer;" data-bs-target="#admin_api" unselectable="on" data-bs-toggle="collapse">
<legend style="cursor:pointer;margin-top:20px" data-bs-target="#admin_api" unselectable="on" data-bs-toggle="collapse">
<i style="font-size:10pt;" class="bi bi-plus-square"></i> API
</legend>
<hr />
Expand Down

0 comments on commit 4ba0e15

Please sign in to comment.