diff --git a/packages/desktop-client/src/components/accounts/MobileAccounts.js b/packages/desktop-client/src/components/accounts/MobileAccounts.js
index 2aba8819caf97cec299534aa6eff380667d19435..32f8979763e872ae9c4f856e091285768c15639e 100644
--- a/packages/desktop-client/src/components/accounts/MobileAccounts.js
+++ b/packages/desktop-client/src/components/accounts/MobileAccounts.js
@@ -67,8 +67,7 @@ function AccountCard({ account, updated, getBalanceQuery, onSelect }) {
         <View
           style={{
             flex: '1 auto',
-            height: 52,
-            marginTop: 10,
+            margin: '10px 0',
           }}
         >
           <View
diff --git a/upcoming-release-notes/1247.md b/upcoming-release-notes/1247.md
new file mode 100644
index 0000000000000000000000000000000000000000..f0e31eab0bc1975693e339c5d58ef29644bf06b2
--- /dev/null
+++ b/upcoming-release-notes/1247.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [MatissJanis]
+---
+
+Mobile: reduce the height of account cards