From 80c77adf03d125e08410b8bd6a0f4b850094478b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 13 Apr 2016 18:49:39 +0300 Subject: [PATCH] Fix sizing of large logo --- resources/views/accounts/details.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}