mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
fix search input not large enough on mobile: use col-md-3 instead of col-3
This commit is contained in:
parent
e4b84ff5e8
commit
b9bce29534
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<form method="get" class="col-3">
|
<form method="get" class="col-md-3">
|
||||||
<input type="search" name="query" autofocus placeholder="Enter to search for alias" class="form-control"
|
<input type="search" name="query" autofocus placeholder="Enter to search for alias" class="form-control"
|
||||||
value="{{ query }}">
|
value="{{ query }}">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue