From 513ad715bd4c76087036661bff817c0195f00840 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 22 Feb 2023 16:41:24 +1100 Subject: [PATCH] Clean design show shipping address --- resources/views/pdf-designs/clean.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 082bd5189d2c..ba36bb6f1d24 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -55,6 +55,10 @@ gap: 20px; } + .company-logo-container { + display: inline-block; + } + .company-logo { /* max-width: 65%;*/ max-width: $company_logo_size; @@ -242,12 +246,6 @@ margin-bottom: 0; } - .company-logo-container { - display: flex; - flex-direction: column; - justify-content: flex-end; - } - [data-ref="statement-totals"] { margin-top: 1rem; text-align: right;