Skip to content

Commit

Permalink
Fixes input group 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvogel committed Feb 13, 2024
1 parent 8c14c55 commit e923617
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/resources/templates/index.html.pasta
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@
placeholder="New Bucket…"
autofocus
oninput="checkForm();"/>
<div class="input-group-append">
<a class="btn btn-outline-secondary"
onclick="submitForm();">
<i class="fa-solid fa-plus"></i></a>
</div>
<a class="btn btn-outline-secondary"
onclick="submitForm();">
<i class="fa-solid fa-plus"></i></a>
</div>
</form>
</div>
Expand Down

0 comments on commit e923617

Please sign in to comment.