Forums

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

Set maximum hight of cells in a table

Stefan.Pertl
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 22, 2025

Good day everybody, 

 

I am currently create a Table of some defects which are read out of JIRA. 

Now i want to limit the maximum height of the columns to a defined value (like 50px). 

I tried with "FORMATWIKI("{cell:hight=50px}"..."function but i could not limit the height. I can only set the mimimum hight to a definded value. 

I also tried "Stylesheet" and the following term: 

td
{
max-height: 50px;
}

 

But also no positive reaction. 

 

My Question: Can i limit the maximum hight of all table columns and who do i do that? 

 

Thanks for helpt.

 

Kind regards. 

1 answer

1 vote
Marc - Devoteam
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 Leaders.
July 22, 2025

HI @Stefan.Pertl 

Welcome to the community.

No you can't limit the maximum height of a table column ootb.

You can if you have a 3rd party app from the Atlassian Marketplace.

You would need Table and Filter charts app, this can provde this feature FORMATWIKI, https://docs.stiltsoft.com/tfac/cloud/advanced-table-cells-formatting-58426218.html 

Stiltsoft support
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 Leaders.
July 23, 2025

Hi @Stefan.Pertl ,

As you've mentioned the FORMATWIKI function and the Stylesheet tab, we suppose that you already use our Table Transformer macro from Table Filter, Charts & Spreadsheets for Confluence (as @Marc - Devoteam has kindly suggested).

So, if to talk about the FORMATWIKI option, please follow the syntax from the link given above:

not 

FORMATWIKI("{cell:hight=50px}

but

FORMATWIKI("{cell:height=50px}

What concerns the Stylesheet tab, you may try the following code:

td {
  height: 50px !important;
}

But your original example works for us just fine. If the tags are wrong and you are not on Cloud but on Data Center, you may have an old app's version. The current one is 13.2.0 - please update if required.

If you are still stuck, please refer to our support directly for further investigation.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events