forked from GithubBackups/healthchecks
Hide the search box on small screens.
This commit is contained in:
parent
f750c5e3fc
commit
9c41cf9732
@ -11,7 +11,12 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<input id="search" type="text" placeholder="Filter by check name…" class="form-control" value="{{ search }}">
|
<input
|
||||||
|
id="search"
|
||||||
|
type="text"
|
||||||
|
placeholder="Filter by check name…"
|
||||||
|
class="form-control hidden-xs"
|
||||||
|
value="{{ search }}" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user