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;