Commit 6b390f2e by Malik Shahzad

Merge pull request #12529 from edx/malikshahzad228/WL-484

WL-484: Receipt total bill cell alignment fixed
parents ec44b296 9f421219
...@@ -45,8 +45,9 @@ ...@@ -45,8 +45,9 @@
<tfoot> <tfoot>
<tr> <tr>
<th scope="row" class="total-label" colspan="1"><%- gettext( "Total" ) %></th> <th scope="row" class="total-label"><%- gettext( "Total" ) %></th>
<td class="total-value" colspan="3"> <td colspan="2"></td>
<td class="total-value">
<span class="value-amount"><%- receipt.totalCost %></span> <span class="value-amount"><%- receipt.totalCost %></span>
<span class="value-currency">(<%- receipt.currency.toUpperCase() %>)</span> <span class="value-currency">(<%- receipt.currency.toUpperCase() %>)</span>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment