The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The width of the table that appears on the instant page is not as expected.

이두영
October 1, 2019

Hi, We are using cloud version of Confluence.

We are trying to make a manual out of Confluence and provide it to our customers.

The general form of the manual we are going to provide will be text on the right side of the photo on the left.

That's why I chose the Table function between the Layout and Table functions of Confluence. (The Layout function could not adjust the width as desired.)

However, when you write as shown in the picture below, the width that was just right is strange on the instant page.

image.png

image.png

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Stan Ry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 2, 2019

Hi, could you please check to see if you are using fixed width or relative width for the table?

Tables with fixed width (that scale to the specified row with) are the instances of the following class:

<table class="fixed-table wrapped"> 

However relative tables (that scale to the text within cells) have the following code:

<table class="wrapped relative-table" style="width: 100.0%;">

Specifying 100.0% width will scale the table to the page width, however specifying

<table class="wrapped relative-table" style="width: 99.0%;">

will scale table width to its content.

Alternatively, relative tables can be marked as

<table class="wrapped">

but I can't comment on differences with

<table class="wrapped relative-table">
TAGS
AUG Leaders

Atlassian Community Events