You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please report this bug. We reported it and the response is that it's not important because no one else has reported it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.