diff options
author | Mulia Nasution <mul14@users.noreply.github.com> | 2017-11-01 02:16:07 +0700 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-10-31 21:16:07 +0200 |
commit | e22549747c1d8793f74b8d6b1741e9806bc9a7ca (patch) | |
tree | 237d23af1856c9806f375bb61aa80ba2ec356c01 /templates | |
parent | 605038dca94062d5dd00f32000072e87299c9854 (diff) | |
download | gitea-e22549747c1d8793f74b8d6b1741e9806bc9a7ca.tar.gz gitea-e22549747c1d8793f74b8d6b1741e9806bc9a7ca.zip |
Fix dropdown menu position on explore repo (#2808)
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/explore/search.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/search.tmpl b/templates/explore/search.tmpl index dbf0b15e7a..6f37bcb236 100644 --- a/templates/explore/search.tmpl +++ b/templates/explore/search.tmpl @@ -1,6 +1,6 @@ <div class="ui right floated secondary filter menu"> <!-- Sort --> - <div class="ui dropdown type jump item"> + <div class="ui right dropdown type jump item"> <span class="text"> {{.i18n.Tr "repo.issues.filter_sort"}} <i class="dropdown icon"></i> |