We have an open issue from our users that the printable view now look 'ugly" b/c of the fact that title is now text wrapped into multiple lines instead of one line. The titles arent even long, but it is taking 6 lines b/c it takes the width of the column name and not by the content. Is there a way to change this behavior?
Figured that out - Need to change a CSS File: \Atlassian\JIRA 4.4.1\atlassian-jira\ui\issue-table.css
.gadget #issuetable .summary > p {min-width:400px;max-width:1400px;},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.