1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Merge pull request #4590 from beganovich/v5-invoice-url-emails

(v5) Break all words on e-mail
This commit is contained in:
Benjamin Beganović 2020-12-29 15:15:36 +01:00 committed by GitHub
commit c6ddf010cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ if(!isset($design)) $design = 'light';
<div class="grid grid-cols-6">
<div class="col-span-4 col-start-2">
<div class="{{ $design == 'light' ? 'bg-white' : 'bg-gray-900' }} shadow border-t-2 {{ $design == 'light' ? 'border-primary' : 'border-gray-800' }}">
<div class="px-10">
<div class="px-10 break-all">
{{ $header }}
</div>
<div id="text" class="flex flex-col px-10 py-6">