From b7d55de222e1ea6ab0817c4911c7559ef1c94285 Mon Sep 17 00:00:00 2001 From: Gusted Date: Sat, 30 Mar 2024 23:32:01 +0100 Subject: [PATCH] [BUG] Consistent styling for Sort filter - The dropdowns that contain filters for issues and pull requests are currently not styled with the `small` class, which causes a smaller font size to be set. Remove it for the `Sort` filter to make it consistent and make it _more_ readable. - Resolves #2914 --- templates/projects/list.tmpl | 2 +- templates/repo/issue/filter_list.tmpl | 2 +- templates/repo/issue/milestone/filter_list.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/projects/list.tmpl b/templates/projects/list.tmpl index ec02e9a6fc..0908f5648c 100644 --- a/templates/projects/list.tmpl +++ b/templates/projects/list.tmpl @@ -25,7 +25,7 @@ {{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.project_kind")}} -