mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 03:34:34 -04:00
Merge pull request #4377 from beganovich/v5-email-fixes
(v5) Fix issue with text not breaking in the e-mails
This commit is contained in:
commit
07e1e822f8
@ -45,7 +45,9 @@ if(!isset($design)) $design = 'light';
|
|||||||
{{ $greeting }}
|
{{ $greeting }}
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
{{ $slot }}
|
<div class="break-all">
|
||||||
|
{{ $slot}}
|
||||||
|
</div>
|
||||||
|
|
||||||
@isset($signature)
|
@isset($signature)
|
||||||
{{ $signature }}
|
{{ $signature }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user