How to avoid overlapping table cells?
In some cases, for example, with large numbers, the table cells of the invoice line item table on PDF files may overlap. To avoid this, you add a corresponding CSS rule to the template.
Classic templates
This answer applies to classic templates. On a standard template, the invoice line item table is laid out by the Liquid file – adjust the styling there.
- Open the template to be edited.
-
In the Layout & Design section, click next to the
Custom CSSfield and specify the following CSS code:.invoice-table td { width: 1px; } -
Click Save.
Related information: