mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 09:11:48 -04:00
Fix image height in logo
This commit is contained in:
parent
64f1e1309d
commit
869ba58fdc
@ -3,7 +3,7 @@
|
||||
<a href="{{ $account->website }}" style="color: #19BB40; text-decoration: underline;">
|
||||
@endif
|
||||
|
||||
<img src="{{ isset($message) ? $message->embed($account->getLogoPath()) : $account->getLogoURL() }}" style="max-height:50px; max-width:140px; margin-left: 33px;" alt="{{ trans('texts.logo') }}"/>
|
||||
<img src="{{ isset($message) ? $message->embed($account->getLogoPath()) : $account->getLogoURL() }}" height="50" style="height:50px; max-width:140px; margin-left: 33px; padding-top: 2px" alt="{{ trans('texts.logo') }}"/>
|
||||
|
||||
@if ($account->website)
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user