alignment of numeric values

This commit is contained in:
batuhanbas
2020-01-13 19:26:25 +03:00
parent fdf316c531
commit 0237d3d094
11 changed files with 63 additions and 63 deletions

View File

@@ -343,7 +343,7 @@
@stack('quantity_th_end')
@stack('price_th_start')
<th class="col-sm-3 text-center d-none d-sm-block">{{ trans($text_override['price']) }}</th>
<th class="col-sm-3 text-right d-none d-sm-block">{{ trans($text_override['price']) }}</th>
@stack('price_th_end')
@stack('total_th_start')
@@ -361,7 +361,7 @@
@stack('quantity_td_end')
@stack('price_td_start')
<td class="col-sm-3 text-center d-none d-sm-block pl-8">@money($item->price, $invoice->currency_code, true)</td>
<td class="col-sm-3 text-right d-none d-sm-block pl-8">@money($item->price, $invoice->currency_code, true)</td>
@stack('price_td_end')
@stack('total_td_start')