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

@ -26,11 +26,11 @@
<table>
<thead>
<tr>
<th scope="col" class="table__header">Brand</th>
<th scope="col" class="table__header" style="width: 100%">Name</th>
<th scope="col" class="table__header">Last Purchased</th>
<th scope="col" class="table__header">Barcode</th>
@*<th scope="col" class="table__header"></th>*@
<th scope="col" class="table__header table__header--shaded">Brand</th>
<th scope="col" class="table__header table__header--shaded" style="width: 100%">Name</th>
<th scope="col" class="table__header table__header--shaded">Last Purchased</th>
<th scope="col" class="table__header table__header--shaded">Barcode</th>
@*<th scope="col" class="table__header table__header--shaded"></th>*@
</tr>
</thead>
<tbody>