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: 

width problems: code section inside panel section

Thomas Ehardt
Contributor
June 22, 2011

I am trying to create a document with two columns: the first one being code and the second being a description of that code.

The basic setup is this:

{section}
{column:width=50%}
{panel}
h1. Code column
{code}
// code goes here
{code}
{panel}
{column}
{column:width=50%}
{panel}
h1. Explanation column
_something useful goes here_
{panel}
{column}
{section}

The problem is that if the text in the {code} section is wider than the column, it will cause the column to take up size accordingly instead of keeping the block at 50%.

Has anyone else run into this issue and/or does anyone have a workaround?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
David at David Simpson Apps
Atlassian Partner
June 22, 2011

The problem is that by default, table cells expand to the size of their contents.

This kind of thing should do the trick:

<style> table.sectionMacro { table-layout: fixed; } </style>
You'd need to add it to the custom stylesheet -- either in Space Admin or Confluence Admin.
TAGS
AUG Leaders

Atlassian Community Events