diff --git a/plugins/Paypal/Views/checkout/payment.blade.php b/plugins/Paypal/Views/checkout/payment.blade.php index ef01ed7c..a0b0406f 100644 --- a/plugins/Paypal/Views/checkout/payment.blade.php +++ b/plugins/Paypal/Views/checkout/payment.blade.php @@ -29,7 +29,7 @@ layer.alert(orderData.error.details[0].description, { title: '{{ __('common.text_hint') }}', closeBtn: 0, - area: ['400px', '240px'], + area: ['400px', 'auto'], btn: ['{{ __('common.confirm') }}'] }, function(index) { window.location.reload();