diff options
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/code.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl index 2465663a60..b22fe039a2 100644 --- a/templates/explore/code.tmpl +++ b/templates/explore/code.tmpl @@ -8,7 +8,7 @@ <div class="twelve wide field"> <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> </div> - <div class="two wide field"> + <div class="two wide field mx-2"> <select name="t"> <option value="">{{.i18n.Tr "explore.search.fuzzy"}}</option> <option value="match" {{if eq .queryType "match"}}selected{{end}}>{{.i18n.Tr "explore.search.match"}}</option> |