Improve styling of Items card on New Transaction page

This commit is contained in:
2023-07-24 02:22:21 +01:00
parent ddf87f6eb6
commit d6407d18cb
5 changed files with 80 additions and 36 deletions

View File

@ -27,10 +27,10 @@
<table>
<thead>
<tr>
<th scope="col" class="table__header">Retailer</th>
<th scope="col" class="table__header" style="width: 100%">Name</th>
<th scope="col" class="table__header">Transactions</th>
<th scope="col" class="table__header"></th>
<th scope="col" class="table__header table__header--shaded">Retailer</th>
<th scope="col" class="table__header table__header--shaded" style="width: 100%">Name</th>
<th scope="col" class="table__header table__header--shaded">Transactions</th>
<th scope="col" class="table__header table__header--shaded"></th>
</tr>
</thead>
<tbody>