[FIX] point_of_sale: increase total's table size

Was taking the right half of the ticket only and may be too small to display the full amounts (currency symbol cropped in some languages)

Closes #14702
This commit is contained in:
Pere Albujer 2016-12-14 11:07:56 +01:00 committed by Martin Trigaux
parent d543bb3106
commit 73e5c82037
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</table> </table>
<div class="row"> <div class="row">
<div class="col-xs-6 pull-right"> <div class="col-xs-12 pull-right">
<table class="table table-condensed"> <table class="table table-condensed">
<tr class="border-black"> <tr class="border-black">
<td><strong>Taxes</strong></td> <td><strong>Taxes</strong></td>