I use card/deck macro, and I have a problem with setting width of column. For example I have this code:
{card}
||Test|data|
||Result|data|
{card}
if I use this macro in this way the left column have width by the longest word in it, but if I break rows like this (it’s needed for logical divide attributes in left column):
{card}
||Test|data|
||Result|data|
{card}
This looks like two blocks with different column width.
I think there be an attribute in card something like width or else, but i don’t know exactly.
The best way is add CSS in wiki markup between the
{html}{html}tags.There are two classes in confluence table .confluenceTh and .confluenceTd, for header and cell. It looks like: