Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,639,044
Community Members
 
Community Events
196
Community Groups

Responsive table with Legacy editor is now screen wide

Hi all,

A few days ago I noticed that my pages created with the legacy editor had changed. The table width is now the full page width. This was not the case. How can I revert the tables back to their original width, without setting the width myself?

Does anyone else have this problem? It looks horrendous. I prefer the legacy editor because of the responsive table, it does not take up the entire width of my screen.

Thanks in advance.

4 answers

1 accepted

1 vote
Answer accepted

I will also report it as a bug.

If you add a Macro 'Style' with the following content it will fix your tables for that particular page:

td:first-child, th:first-child {
padding-left: 10px;
}

td:last-child, th:last-child {
padding-right: 10px;
}

table {
width: auto;
}

body.page-gadget #main {
width: calc(100%);
}

body.page-gadget {
padding-top: 0px;
}

Same problem here. There is also no difference anymore between a 'fixed width' table and a 'responsive' table.

 

Lets hope it is only a bug and will be fixed soon.

Also the alignment is off. Some rows have some space between the border and the text and some are located directly against the border.

And it is in the latest version Chrome.

Like # people like this

I reported the table width bug, but you can see from my answer, they are not taking it seriously. Please report the table width bug and the alignment bug. I also see the alignment issue and will report that too.

Hopefully, we'll get some movement on these issues

Please report this bug. We reported it and the response is that it's not important because no one else has reported it.

I have the same issue. And the worst part is, it looks completely fine when editing, but when I publish, the table spreads across the entire page.

Since the table is fixed width based on the font size of the old editor, I also have no desire to switch to the new one.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events