Skip to content

Commit

Permalink
🐛 (mobile) fix schedule status positioning (actualbudget#1669)
Browse files Browse the repository at this point in the history
* 🐛 (mobile) fix schedule status positioning

* Release notes
  • Loading branch information
MatissJanis authored Sep 8, 2023
1 parent f76f7c0 commit 3c02946
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function Status({ status }) {
fontSize: 11,
color,
fontStyle: 'italic',
textAlign: 'left',
}}
>
{titleFirst(status)}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1669.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Mobile: fix schedule status label positioning

0 comments on commit 3c02946

Please sign in to comment.