mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 08:56:24 +02:00
Fix list rendering inside project description in projects#index (#29950).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17644 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -575,7 +575,8 @@ select#issue_done_ratio { width: 95px; }
|
||||
ul.projects {margin:0; padding-left:1em;}
|
||||
ul.projects ul {padding-left:1.6em;}
|
||||
ul.projects.root {margin:0; padding:0;}
|
||||
ul.projects li {list-style-type:none;}
|
||||
ul.projects li.root, ul.projects li.child {list-style-type:none;}
|
||||
ul.projects div.description li {list-style-type:initial;}
|
||||
|
||||
#projects-index {
|
||||
column-count: auto;
|
||||
|
||||
Reference in New Issue
Block a user