mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Split subtasks/relations information into 5 columns (#32889).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19659 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -803,7 +803,7 @@
|
||||
}
|
||||
|
||||
#issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) {
|
||||
width: 33.33%; /* three columns for all cells that are not subject */
|
||||
width: 20%; /* three columns for all cells that are not subject */
|
||||
}
|
||||
|
||||
#issue_tree .issues, #issue_tree .issue,
|
||||
|
||||
Reference in New Issue
Block a user