##// END OF EJS Templates
Wrap parent task title on the issue list (#19120)....
Jean-Philippe Lang -
r13643:7e1636fc265d
parent child
Show More
@@ -152,7 +152,7 tr.project.idnt-8 td.name {padding-left: 11em;}
152 tr.project.idnt-9 td.name {padding-left: 12.5em;}
152 tr.project.idnt-9 td.name {padding-left: 12.5em;}
153
153
154 tr.issue { text-align: center; white-space: nowrap; }
154 tr.issue { text-align: center; white-space: nowrap; }
155 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
155 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
156 tr.issue td.relations { text-align: left; }
156 tr.issue td.relations { text-align: left; }
157 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
157 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
158 tr.issue td.relations span {white-space: nowrap;}
158 tr.issue td.relations span {white-space: nowrap;}
General Comments 0
You need to be logged in to leave comments. Login now