Actions
Patch #22496
closedAdd text wrap for multiple value list custom fields
Start date:
Due date:
% Done:
0%
Estimated time:
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; }
Files
Related issues
Updated by Go MAEDA over 8 years ago
- File 22496-before.png 22496-before.png added
- File 22496-after.png 22496-after.png added
- Target version set to 3.3.0
Please include this small fix in 3.3.0.
before:
after:
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Updated by Go MAEDA over 8 years ago
- Has duplicate Defect #22794: Multi-value custom list fields are not wrapped in Issues view added
Updated by Go MAEDA over 3 years ago
- Has duplicate Defect #34089: when column have multiple values its getting appending with , and huge width of one record resulting wide colum added
Actions