Hide the search box on small screens.

This commit is contained in:
Pēteris Caune 2019-04-03 11:05:50 +03:00
parent f750c5e3fc
commit 9c41cf9732
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -11,7 +11,12 @@
{% endfor %}
</div>
<div class="col-sm-3">
<input id="search" type="text" placeholder="Filter by check name&hellip;" class="form-control" value="{{ search }}">
<input
id="search"
type="text"
placeholder="Filter by check name&hellip;"
class="form-control hidden-xs"
value="{{ search }}" />
</div>
</div>