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

Tables are not limited to 100 percent width of the panel

    XMLWordPrintable

Details

    Description

      Issue Summary

      On Confluence 7.19.x and later versions reponsive tables are not limited to the maximum width of the panel . on 7.13.x versions of confluence tables are limited to the width of the panel and would not get extended.

      This is reproducible on Data Center: yes

      Steps to Reproduce

      1. Create a page
      2. Create a panel inside the page
      3. Insert table in the panel, and drag the columns of the table

      Expected Results

      Table should be fitted inside the panel and should not get extended beyond

      Actual Results

      You would notice table getting extended and a bar is available on the bottom to move from left to right.

      Workaround

      Go to General configuration -> Global Stylesheet ->add below under Space Stylesheet

      table.confluenceTable {
      max-width: 100% !important;
      }
      table.confluenceTable.fixed-width
      { max-width: unset !important; } 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              9da80c6ac0cd Hima Bindu
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: