Defect #19120
Wrap parent task title on the issue list
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 2.6.2 | |||
Resolution: | Fixed | Affected version: | 2.6.1 |
Description
The parent task titles on the issue list are not wrapped, which might cause the parent task column to get very wide, although there might be only a few entries for a full issue list page.
History
#1
Updated by Felix Schäfer over 7 years ago
- File 19120.patch
added
The attached patch makes whitespace breaking again for table cells with parent task names, in the same way as for the issue subjects.
It might also be good to have whitespace wrap in project titles in the issue list, i.e. with the additional tr.issue td.project
matcher in that rule.
#2
Updated by Toshi MARUYAMA over 7 years ago
- Target version set to 2.6.2
#3
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed, thanks.