The amount column in my invoice is wrapping. How to I prevent this.

column = 2
this will increase your field width
![]()
1 Like
Hello,
You can use this in your print format code
<th style="width: 16%">Amount</th>
1 Like
