Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

FOP tells me: “The contents of row 1 are taller than they should be”. What does that mean?

Contents FOP mean row taller tells
0
10 Posted

FOP tells me: “The contents of row 1 are taller than they should be”. What does that mean?

0

This is usually caused by setting a “height” on a table-row or table-cell and when the content is higher than the specified height. By setting “height” (a so-called corresponding property) you implicitely set block-progression-dimension.minimum, block-progression-dimension.optimum and block-progression-dimension.maximum to the same value. You’ll get some information about that in the warning message. Look for something like: “MinOptMax[min=opt=max=14000]”. Assuming you set the height on the table-row to 14pt and your content is 75pt high, a constraint (maximum=14pt) is violated. Normally, you just want to make sure with the “height” property that the row has a minimum height. If that is so, the right solution is to specify block-progression-dimension.minimum=”14pt” instead of height=”14pt”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.