diff --git a/src/components/desktop/AmountInput.vue b/src/components/desktop/AmountInput.vue index 395c897f..ce534a08 100644 --- a/src/components/desktop/AmountInput.vue +++ b/src/components/desktop/AmountInput.vue @@ -1,7 +1,8 @@ - {{ getTransactionDisplayAmount(item) }} - - {{ getTransactionDisplayDestinationAmount(item) }} + + {{ getTransactionDisplayAmount(item) }} + + {{ getTransactionDisplayDestinationAmount(item) }} + + + + + + @@ -178,7 +198,7 @@ {{ item.originalDestinationAccountName }} - + + + {{ item.comment || '' }} + + + + @@ -1934,4 +1965,8 @@ defineExpose({ overflow: hidden; text-overflow: ellipsis; } + +.import-transaction-table .v-text-field.v-input.v-input--density-compact .v-field__input { + padding-top: 0; +}