Merge pull request #786 from SchrodingersGat/stats-fix

Table colspan fix
This commit is contained in:
Oliver 2020-05-04 10:01:05 +10:00 committed by GitHub
commit 7afb2a6a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>