-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
7.6.6
-
None
-
7.06
-
2
-
Severity 3 - Minor
-
3
-
Summary
When we try to print a an issue card that has long text, the text get cut off.
Environment
Jira Software (Agile)
Steps to Reproduce
- go to a board that has a field with long text
- right click and select "print selected card"
- check the result
Expected Results
Entire card contents get printed.
Actual Results
The text description exceeding the width of the card is cut off.
Notes
Workaround
- Right click the text that doesn't fit on the card, and choose "Inspect element", or "Inspect" depending on your browser.
- This opens a console, look for the window/tab that says "Rules" or "Styles" and find one that ends with ".ghx-card-xfield-value", you have to scroll down a bit.
- There, uncheck the line that says "white-space: nowrap;". All the description text is in the card now.
Impacts us when printing stories already in Jira that are relevant for our PI planning. The workaround works but it should be a simple and quick thing to correct.