diff --git a/resources/views/accounts/details.blade.php b/resources/views/accounts/details.blade.php index 7201ed2f00ea..c4da9bd868be 100644 --- a/resources/views/accounts/details.blade.php +++ b/resources/views/accounts/details.blade.php @@ -52,7 +52,7 @@
- {!! HTML::image($account->getLogoUrl().'?no_cache='.time(), 'Logo', ['max-width' => 200]) !!} + {!! HTML::image($account->getLogoUrl().'?no_cache='.time(), 'Logo', ['style' => 'max-width:300px']) !!}   {{ trans('texts.remove_logo') }}