Patch #22496
Add text wrap for multiple value list custom fields
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 3.3.0 |
Description
For multiple value list custom fields there is no text wrap when displayed as a column on issue list, this breaks page layout.
This should be added to application.css:
tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
Related issues
Associated revisions
Add text wrap for list custom fields (#22496).
Patch by Sebastian Paluch.
History
#1
Updated by Go MAEDA over 4 years ago
- File 22496-before.png added
- File 22496-after.png added
- Target version set to 3.3.0
Please include this small fix in 3.3.0.
before:
after:
#2
Updated by Jean-Philippe Lang over 4 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
#3
Updated by Go MAEDA over 4 years ago
- Duplicated by Defect #22794: Multi-value custom list fields are not wrapped in Issues view added