Fix overlapping text

This commit is contained in:
Hillel Coren 2019-05-26 18:40:08 +03:00
parent d2fab1c747
commit 23bf67b69b
2 changed files with 4 additions and 4 deletions

View File

@ -39,12 +39,12 @@
</p> </p>
</td> </td>
<td style="border-collapse: collapse; vertical-align: middle;" valign="middle"> <td style="border-collapse: collapse; vertical-align: middle;" valign="middle">
<p class="right" style="line-height: 14px; margin: 0; padding: 0;"> <p class="right" style="line-height: 20px; margin: 0; padding: 0;">
@if (! isset($isRefund) || ! $isRefund) @if (! isset($isRefund) || ! $isRefund)
<span style="font-size: 15px; color: #231F20;"> <span style="font-size: 15px; color: #231F20;">
{{ trans('texts.' . $invoice->present()->balanceDueLabel) }}: {{ trans('texts.' . $invoice->present()->balanceDueLabel) }}:
</span><br /> </span><br />
<span class="total" style="font-size: 26px; display: block;margin-top: 5px;"> <span class="total" style="font-size: 22px; display: block;margin-top: 5px;">
{{ $account->formatMoney($invoice->getRequestedAmount(), $client) }} {{ $account->formatMoney($invoice->getRequestedAmount(), $client) }}
</span> </span>
@endif @endif

View File

@ -38,13 +38,13 @@
</span> </span>
</p> </p>
</td> </td>
<td style="border-collapse: collapse; vertical-align: middle; line-height: 16px;" valign="middle"> <td style="border-collapse: collapse; vertical-align: middle; line-height: 20px;" valign="middle">
<p style="margin: 0; padding: 0;"> <p style="margin: 0; padding: 0;">
@if (! isset($isRefund) || ! $isRefund) @if (! isset($isRefund) || ! $isRefund)
<span style="font-size: 12px; color: #8f8d8e;"> <span style="font-size: 12px; color: #8f8d8e;">
{{ strtoupper(trans('texts.' . $invoice->present()->balanceDueLabel)) }}: {{ strtoupper(trans('texts.' . $invoice->present()->balanceDueLabel)) }}:
</span><br /> </span><br />
<span class="total" style="font-size: 27px; color: #FFFFFF; margin-top: 5px;display: block;"> <span class="total" style="font-size: 22px; color: #FFFFFF; margin-top: 5px;display: block;">
{{ $account->formatMoney($invoice->getRequestedAmount(), $client) }} {{ $account->formatMoney($invoice->getRequestedAmount(), $client) }}
</span> </span>
@endif @endif