Html Email width

Hello,

I am a new InvoiceNinja user with a self hosted server. All is running fine, and I am really happy with software which should cover all my needs.

However, there’s a tiny glitch with the html email width which is too small for my signature.
Where could I modify the html email width ?
I have no problem editing a file and editing CSS (I am a full stack developer).

Cheers,
L@u

https://github.com/invoiceninja/invoiceninja/blob/master/resources/views/emails/design2_html.blade.php

Depending on your light/dark setting you may need to change ‘design3’ instead.

I had to change the table width (100%) and to delete the div max-width in resources/views/emails/design2_html.blade.php and change the table width (100%) in resources/views/emails/master.blade.php.

It’s all good now. Thanks a lot.

Glad to hear it’s working, thanks for sharing the solution!