Category Labels Not Scaling Correctly On Small Screen (#3906)

* Fixed label scaling for smaller screens.

* Added release notes. Minor linting fix added.
This commit is contained in:
annechoww
2024-12-06 15:53:15 -05:00
committed by GitHub
parent f207803f7a
commit 1b25235cc7
2 changed files with 9 additions and 0 deletions

View File

@@ -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)}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [annechoww]
---
Fix bug where category labels are not scaling correctly on small screens