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

Merge pull request #4132 from beganovich/v2-invoices-fix-bottom-padding

(v5) Invoice/quotes design improvements
This commit is contained in:
David Bomba 2020-10-05 19:47:14 +11:00 committed by GitHub
commit c4866625cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,10 @@ use App\Designs\Designer;
use App\Factory\InvoiceFactory;
use App\Jobs\Invoice\CreateInvoicePdf;
use App\Jobs\Util\PreviewPdf;
use App\Models\Client;
use App\Models\ClientContact;
use App\Models\Invoice;
use App\Models\InvoiceInvitation;
use App\Services\PdfMaker\Design;
use App\Services\PdfMaker\PdfMaker;
use App\Utils\HtmlEngine;

View File

@ -91,6 +91,7 @@
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
margin-bottom: 200px;
}
#product-table > thead {
text-align: left;

View File

@ -94,6 +94,7 @@
#product-table {
margin-top: 3.5rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -84,6 +84,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -84,6 +84,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -80,6 +80,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -94,6 +94,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -64,6 +64,7 @@
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
margin-bottom: 200px;
}
#product-table > thead {
text-align: left;

View File

@ -87,6 +87,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;