-
Sometimes you need to set a minimum height, but if you set the line height, it won't wrap automatically (it displays correctly in preview, but has no effect when exporting to PDF). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What I not understand is, what you have used in your case of the screen. Please be aware the preview is an HTML-preview and the browser handle style information different to the PDF-viewer. |
Beta Was this translation helpful? Give feedback.
-
If you set the line-height, then it is a fixed height, not a minimum height. The PDF output is correct and the preview is wrong. You can achieve a minimum height for example by adding a 1x1 grid with a fixed line height and zero width into one of the cells of the row. |
Beta Was this translation helpful? Give feedback.
If you set the line-height, then it is a fixed height, not a minimum height.
The PDF output is correct and the preview is wrong.
You can achieve a minimum height for example by adding a 1x1 grid with a fixed line height and zero width into one of the cells of the row.
minimum_height.zip