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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.