Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
fix: closing markup cleanup (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuro87 authored Jun 9, 2021
1 parent ff66f7e commit 2070434
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions zoo/base/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
{% endif %}
{% block search_form %}
<div class="ui item">
<div class="ui right aligned category fluid search project-filter" style="width: 250px;">
<div class="ui left labeled icon fluid input">
<input id="search-bar" name="q" class="prompt" type="text" placeholder="Search ..." tabindex="1">
<i class="search icon"></i>
</div>
<div class="results"></div>
<div class="ui right aligned category fluid search project-filter" style="min-width: 200px;">
<div class="ui left labeled icon fluid input">
<input id="search-bar" name="q" class="prompt" type="text" placeholder="Search ..." tabindex="1">
<i class="search icon"></i>
</div>
<div class="results"></div>
</div>
</div>
</div>
{% endblock %}
<div class="ui link item user-actions">
<i class="user icon"></i>
Expand Down

0 comments on commit 2070434

Please sign in to comment.