From a8a0f777e2369a9f74becabab9f1eb96d50cba16 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Fri, 8 Sep 2023 07:56:00 +0100 Subject: [PATCH] :bug: (mobile) fix schedule status positioning (#1669) * :bug: (mobile) fix schedule status positioning * Release notes --- .../src/components/transactions/MobileTransaction.js | 1 + upcoming-release-notes/1669.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 upcoming-release-notes/1669.md 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