Remove widths from rows as header decides
This commit is contained in:
@ -33,7 +33,7 @@ const TransactionsList = computed(() => accountStore.TransactionsList);
|
||||
<td>Memo</td>
|
||||
<td class="text-right">Amount</td>
|
||||
<td style="width: 20px;"></td>
|
||||
<td style="width: 20px;"></td>
|
||||
<td style="width: 40px;"></td>
|
||||
</tr>
|
||||
<TransactionInputRow :budgetid="budgetid" :accountid="accountid" />
|
||||
<TransactionRow
|
||||
|
Reference in New Issue
Block a user