From e27739239f9a2f2c9395872d5251e5534e2c0860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 8 Jul 2021 12:20:10 +0200 Subject: [PATCH] Make plan information side wider --- .../components/livewire/billing-portal-purchase.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php index e3b53095e42b..0f89b016c970 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php @@ -1,5 +1,5 @@
-
+
{{ $subscription->company->present()->name }} @@ -25,7 +25,6 @@
{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }} - {{-- (1x)--}}
@endforeach @@ -85,7 +84,7 @@
-
+

{{ $heading_text ?? ctrans('texts.login') }}