Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-35768

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • None
    • None

      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

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

                Created:
                Updated: