mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 10:54:30 -04:00
Fixes for alignment of text issues in subscription order overview
This commit is contained in:
parent
fd789ffddc
commit
8049e4d294
@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
@foreach($bundle->toArray() as $item)
|
@foreach($bundle->toArray() as $item)
|
||||||
<div class="flex justify-between mt-1 mb-1">
|
<div class="flex justify-between mt-1 mb-1">
|
||||||
<span class="font-light text-sm uppercase">{{$item['product']}} x {{$item['qty']}}</span>
|
<span class="font-light text-sm">{{ substr(str_replace(["BR","\r","\n","<BR>","<BR />","<br>","<br />"]," ", $item['product']), 0, 30) . "..." }} x {{ $item['qty'] }}</span>
|
||||||
<span class="font-bold text-sm">{{ $item['price'] }}</span>
|
<span class="font-bold text-sm">{{ $item['price'] }}</span>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user