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
Actions