tables in PDF export are full-width

XMLWordPrintable

      NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.

      After updating from 4.1.9 to 4.2 the pdf export is not working properly.
      All tables have 100% width in pdf export.

      Workaround

      table
      {
         table-layout:auto !important;
         width: auto !important;
      }
      

      If you have problems with content being cut of on your generated pdf pages the the following may help:

      table
      {
         table-layout:auto !important;
         width: auto !important;
         max-width: 100% !important
      }
      

      Note:
      Applying the workaround will result CONF-31874 in Confluence 5.5

        1. conf-tables.png
          21 kB
          Rene G
        2. pdfexport_maurice.png
          86 kB
          Maurice Pasman
        3. pdfexport_maurice2.png
          88 kB
          Maurice Pasman
        4. pdf-tables.PDF
          2 kB
          Rene G

            Assignee:
            Nguyen Dang
            Reporter:
            Rene G
            Votes:
            50 Vote for this issue
            Watchers:
            62 Start watching this issue

              Created:
              Updated:
              Resolved: