Skip to content

Commit ab4b7c6

Browse files
committed
Fix search field width.
1 parent 75f3edb commit ab4b7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
4747
class=""
4848
>
4949
<div class="row">
50-
<div class="input-group col-sm-6 mb-2">
50+
<div class="input-group col-xl-8 mb-2">
5151
<input
5252
type="text" name="q" id="q"
5353
class="form-control"

0 commit comments

Comments
 (0)