-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
3.0 Enterprise Preview
-
None
-
3
-
When using long user names the issue navigator renders wrong.
Names should be written over multiple lines like the description field.
See attacheed screenshot.
You can now easily edit the width of each field in 3.2 using the CSS style sheet. We don't want to make the users globally not wrap, but you can do this in your installation system by adding the lines:
td.reporter
{
white-space: normal;
}