Merge pull request #6608 from beganovich/v5-665

Fixes for Bold design logo
This commit is contained in:
David Bomba 2021-09-09 17:00:38 +10:00 committed by GitHub
commit 558c2c42ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -36,7 +36,8 @@
}
.company-logo {
max-width: 55%;
height: 100%;
padding-right: 120px;
}
#company-details,
@ -251,6 +252,10 @@
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
.logo-container {
max-height: 160px;
}
/** Useful snippets, uncomment to enable. **/
@ -288,7 +293,9 @@
<tr>
<td>
<div class="header-wrapper" id="header">
<img class="company-logo" src="$company.logo" alt="$company.name logo"/>
<div class="logo-container">
<img class="company-logo" src="$company.logo" alt="$company.name logo"/>
</div>
<div id="company-details"></div>
<div id="company-address"></div>
</div>