diff --git a/packages/desktop-client/src/components/transactions/TransactionsTable.jsx b/packages/desktop-client/src/components/transactions/TransactionsTable.jsx index ab2a687bb2..1e391ff87d 100644 --- a/packages/desktop-client/src/components/transactions/TransactionsTable.jsx +++ b/packages/desktop-client/src/components/transactions/TransactionsTable.jsx @@ -683,7 +683,7 @@ function PayeeCell({ ); return ( -
+ <> + ); }} > diff --git a/upcoming-release-notes/3340.md b/upcoming-release-notes/3340.md new file mode 100644 index 0000000000..0d29a8deb8 --- /dev/null +++ b/upcoming-release-notes/3340.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Fix long payee names overflowing in transaction table.