Remove unnecessary column around totals box and fix styling

This commit is contained in:
leigh-mil
2019-06-11 10:14:44 -04:00
parent b8b4b38a0a
commit 4b0a4628aa
3 changed files with 11 additions and 15 deletions

View File

@@ -101,9 +101,7 @@
</a>
</div>
</div>
<div class="col totals">
{{ TotalsBox(task_order=task_order) }}
</div>
{{ TotalsBox(task_order=task_order) }}
</div>