diff --git a/packages/desktop-client/src/components/transactions/TransactionsTable.js b/packages/desktop-client/src/components/transactions/TransactionsTable.js
index c2121ebfb6325625af43ae5e820a93a2c53fdce0..c44d0e95aedfc935e44d9fc5715699a020b12910 100644
--- a/packages/desktop-client/src/components/transactions/TransactionsTable.js
+++ b/packages/desktop-client/src/components/transactions/TransactionsTable.js
@@ -437,7 +437,7 @@ function StatusCell({
   return (
     <Cell
       name="cleared"
-      width={30}
+      width={23}
       focused={focused}
       style={{ padding: 1 }}
       plain
diff --git a/upcoming-release-notes/1380.md b/upcoming-release-notes/1380.md
new file mode 100644
index 0000000000000000000000000000000000000000..dfe4ac5856eda62554774b4f4c61c8e58af45350
--- /dev/null
+++ b/upcoming-release-notes/1380.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [j-f1]
+---
+
+Correct the width of the cleared/uncleared column in the transaction list