-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
None
-
None
-
None
-
3
-
Severity 3 - Minor
-
0
-
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
Steps to Reproduce:
- Create a page in Confluence
- Add a JIRA macro to the page with some issues in it
- Add a Change History Macro to the page
Expected Results:
JIRA issue macro should keep the same look and there should be not changes to it just like the screen shot below:
Actual Results:
Following is added to the page:
.aui td { white-space:nowrap; }
And because of this, there will be a scrollbar under the JIRA macro and you can't see everything without having to scroll.
Workaround:
Adding the following to Confluence Admin > Stylesheet, will help with the view:
.aui td { white-space: normal !important; }
- relates to
-
CONFCLOUD-35768 Adding Change History Macro to a page with JIRA macro disables the wordwrap in the JIRA macro table.
-
- Closed
-