diff --git a/packages/desktop-client/src/components/transactions/MobileTransaction.js b/packages/desktop-client/src/components/transactions/MobileTransaction.js index 12120b5781f..37fc0c9d359 100644 --- a/packages/desktop-client/src/components/transactions/MobileTransaction.js +++ b/packages/desktop-client/src/components/transactions/MobileTransaction.js @@ -175,6 +175,7 @@ function Status({ status }) { fontSize: 11, color, fontStyle: 'italic', + textAlign: 'left', }} > {titleFirst(status)} diff --git a/upcoming-release-notes/1669.md b/upcoming-release-notes/1669.md new file mode 100644 index 00000000000..9ec8c90d8bf --- /dev/null +++ b/upcoming-release-notes/1669.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Mobile: fix schedule status label positioning