Adding Change History Macro to a page with JIRA macro disables the wordwrap in the JIRA macro table.

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: None
    • Component/s: 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;
      }
      

        1. wordwrap1.png
          wordwrap1.png
          41 kB
        2. wordwrap2.png
          wordwrap2.png
          31 kB

            Assignee:
            Unassigned
            Reporter:
            HosseinA
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: