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.
- Open the template to be edited.
-
In the Layout & Design section, click next to the
Custom CSS
field and specify the following CSS code:.invoice-table td { width: 1px; }
-
Click Save.
Related information: