From 8049e4d29436d0e3240279eeb1e92914f9d3c05f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 18 Dec 2022 21:47:09 +1100 Subject: [PATCH] Fixes for alignment of text issues in subscription order overview --- .../components/livewire/billing-portal-purchasev2.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php index a228e6fcfe..6d47389676 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php @@ -209,7 +209,7 @@ @foreach($bundle->toArray() as $item)
- {{$item['product']}} x {{$item['qty']}} + {{ substr(str_replace(["BR","\r","\n","
","
","
","
"]," ", $item['product']), 0, 30) . "..." }} x {{ $item['qty'] }}
{{ $item['price'] }}
@endforeach