mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-14 14:44:35 -04:00
Elegant designs
This commit is contained in:
parent
9b907a946d
commit
d1a2bd6d17
@ -94,7 +94,6 @@ class StubBuilder
|
|||||||
|
|
||||||
public function getPdf(): mixed
|
public function getPdf(): mixed
|
||||||
{
|
{
|
||||||
nlog($this->html);
|
|
||||||
|
|
||||||
if (config('ninja.phantomjs_pdf_generation') || config('ninja.pdf_generator') == 'phantom') {
|
if (config('ninja.phantomjs_pdf_generation') || config('ninja.pdf_generator') == 'phantom') {
|
||||||
return (new Phantom)->convertHtmlToPdf($this->html);
|
return (new Phantom)->convertHtmlToPdf($this->html);
|
||||||
|
@ -91,12 +91,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-entity-wrapper .wrapper-left-side #shipping-details {
|
.client-entity-wrapper .wrapper-left-side #shipping-details {
|
||||||
display: $show_shipping_address;
|
display: $show_shipping_address;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-entity-wrapper .wrapper-left-side .company-info {
|
.client-entity-wrapper .wrapper-left-side .company-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user