From 2e49a4da4891b1eda86e2748ecbc03bf04c9f209 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Fri, 22 Sep 2023 00:24:07 +0800 Subject: [PATCH] Fix dropdown icon position (#27175) (#27177) Backport #27175 by @wxiaoguang According to https://fomantic-ui.com/modules/dropdown.html and our "devtest" page, many dropdown elements has incorrect "icon" position. This PR fixes all of them. Fix #27173 Co-authored-by: wxiaoguang --- templates/admin/base/search.tmpl | 2 +- templates/admin/emails/list.tmpl | 2 +- templates/admin/repo/search.tmpl | 2 +- templates/admin/user/list.tmpl | 6 ++++-- templates/explore/repo_search.tmpl | 2 +- templates/explore/search.tmpl | 2 +- templates/projects/list.tmpl | 2 +- templates/repo/activity.tmpl | 6 ++---- templates/repo/commits.tmpl | 4 +--- templates/repo/issue/filters.tmpl | 14 +++++++------- templates/repo/issue/labels/label_list.tmpl | 8 ++++---- templates/repo/issue/list.tmpl | 8 ++++---- templates/repo/issue/milestones.tmpl | 2 +- templates/user/dashboard/milestones.tmpl | 2 +- templates/user/dashboard/navbar.tmpl | 2 +- .../notification/notification_subscriptions.tmpl | 4 ++-- 16 files changed, 33 insertions(+), 35 deletions(-) diff --git a/templates/admin/base/search.tmpl b/templates/admin/base/search.tmpl index 19977f05a9..865cc8830f 100644 --- a/templates/admin/base/search.tmpl +++ b/templates/admin/base/search.tmpl @@ -9,8 +9,8 @@