mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
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:
@@ -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)}
|
||||
|
||||
6
upcoming-release-notes/3906.md
Normal file
6
upcoming-release-notes/3906.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [annechoww]
|
||||
---
|
||||
|
||||
Fix bug where category labels are not scaling correctly on small screens
|
||||
Reference in New Issue
Block a user