mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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 }}
|
||||
@endisset
|
||||
|
||||
{{ $slot }}
|
||||
<div class="break-all">
|
||||
{{ $slot}}
|
||||
</div>
|
||||
|
||||
@isset($signature)
|
||||
{{ $signature }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user