1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Elegant designs

This commit is contained in:
David Bomba 2023-02-22 12:52:09 +11:00
parent 9b907a946d
commit d1a2bd6d17
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,6 @@ class StubBuilder
public function getPdf(): mixed
{
nlog($this->html);
if (config('ninja.phantomjs_pdf_generation') || config('ninja.pdf_generator') == 'phantom') {
return (new Phantom)->convertHtmlToPdf($this->html);

View File

@ -91,12 +91,14 @@
display: flex;
flex-direction: column;
margin-top: 0.5rem;
margin-right: 5px;
}
.client-entity-wrapper .wrapper-left-side #shipping-details {
display: $show_shipping_address;
flex-direction: column;
margin-top: 0.5rem;
margin-right: 5px;
}
.client-entity-wrapper .wrapper-left-side .company-info {