Skip to content

Commit

Permalink
Category Labels Not Scaling Correctly On Small Screen (#3906)
Browse files Browse the repository at this point in the history
* Fixed label scaling for smaller screens.

* Added release notes. Minor linting fix added.
  • Loading branch information
annechoww authored Dec 6, 2024
1 parent f207803 commit 1b25235
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,9 @@ const Transaction = memo(function Transaction({
margin: '0 5px',
padding: '3px 7px',
borderRadius: 4,
overflow: 'hidden',
textOverflow: 'ellipsis',
display: 'inline-block',
}}
>
{titleFirst(categoryId)}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3906.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [annechoww]
---

Fix bug where category labels are not scaling correctly on small screens

0 comments on commit 1b25235

Please sign in to comment.