From 48bfea6705f43c84dcb800f7bc5ab5922aebd89c Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 31 May 2023 18:44:28 +0800 Subject: [PATCH] Fix incorrect issuel filter menu style (#25018) Before:
![image](https://github.com/go-gitea/gitea/assets/2114189/b67b3a83-ebe4-4dac-b4b2-de93401d7ab2)
After:
![image](https://github.com/go-gitea/gitea/assets/2114189/fbf34418-2ddf-4d47-82da-155823501d31) ![image](https://github.com/go-gitea/gitea/assets/2114189/1b275de3-8c16-4873-b056-0df430c882f0)
--- templates/user/dashboard/issues.tmpl | 16 ++++++++-------- templates/user/dashboard/milestones.tmpl | 2 +- web_src/css/dashboard.css | 6 ------ 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index 3e225bc9ab..cbb153a343 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -5,40 +5,40 @@