From 4a309a8f5bb44ca46b4f976bc2174a09479b4ff1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 28 May 2025 08:01:39 +0000 Subject: [PATCH] Merged r23805 from trunk to 6.0-stable (#42773). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23806 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 161203fd2..70495ea7b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -896,6 +896,9 @@ ul.projects div.description ul li {list-style-type:initial;} #projects-index a.project ~ svg, table.projects tr.project td.name svg { margin-left: 4px; } +#projects-index li p { + margin-top: 0px; +} #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}