fix styling issues in PDF invoice (#2097)

This commit is contained in:
Kevin Papst
2020-11-07 19:31:18 +01:00
committed by GitHub
parent 5868741fe3
commit db8714a87b
7 changed files with 20 additions and 13 deletions

View File

@@ -95,11 +95,11 @@ mpdf-->
<table class="items">
<thead>
<tr>
<th class="first">{{ 'label.date'|trans }}</th>
<th>{{ 'label.description'|trans }}</th>
<th class="text-right">{{ 'label.unit_price'|trans }}</th>
<th class="text-right">{{ 'label.amount'|trans }}</th>
<th class="last text-right">{{ 'label.total_rate'|trans }}</th>
<th class="first"><strong>{{ 'label.date'|trans }}</strong></th>
<th><strong>{{ 'label.description'|trans }}</strong></th>
<th class="text-right"><strong>{{ 'label.unit_price'|trans }}</strong></th>
<th class="text-right"><strong>{{ 'label.amount'|trans }}</strong></th>
<th class="last text-right"><strong>{{ 'label.total_rate'|trans }}</strong></th>
</tr>
</thead>
<tbody>