mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fix unintended extra spacing in project list board view caused by r23801 (#42773).
Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23805 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5eb637bd26
commit
5798bee95d
@ -936,6 +936,9 @@ ul.projects div.description ul li {list-style-type:initial;}
|
|||||||
#projects-index a.project ~ svg, table.projects tr.project td.name svg {
|
#projects-index a.project ~ svg, table.projects tr.project td.name svg {
|
||||||
margin-left: 4px;
|
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;}
|
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user