Does anybody know how to adjust the text line break spacing (height) in a table, within a content block? (in yellow in below screenshot)
Line-height in the Content Block code will only adjust the line height of a continuous sentence, but not an actual line break (enter/return) .

Many thanks for any feedback!
In HTML and CSS, line breaks created by pressing Enter/Return (e.g., <br> tags) don’t inherit the same line-height spacing as the rest of the text. To adjust the spacing around these line breaks inside a table's content block, you can try the following approaches:
Example: