Table colspan fix

This commit is contained in:
Oliver Walters 2020-05-04 09:52:50 +10:00
parent 9823c3c81b
commit ec3e02af94

View File

@ -5,7 +5,7 @@
<table class='table table-striped table-condensed'> <table class='table table-striped table-condensed'>
<col width='25'> <col width='25'>
<tr> <tr>
<td colspan='2'><b>{% trans "Parts" %}</b></td> <td colspan='3'><b>{% trans "Parts" %}</b></td>
</tr> </tr>
<tr> <tr>
<td><span class='fas fa-sitemap'></span></td> <td><span class='fas fa-sitemap'></span></td>
@ -18,7 +18,7 @@
<td>{{ part_count }}</td> <td>{{ part_count }}</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"><b>{% trans "Stock Items" %}</b></td> <td colspan="3"><b>{% trans "Stock Items" %}</b></td>
</tr> </tr>
<tr> <tr>
<td><span class='fas fa-map-marker-alt'></span></td> <td><span class='fas fa-map-marker-alt'></span></td>