mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
* Modified tooltip to have set width to avoid overflow issue on imported payee records * Added release note * Fixed release note file name
This commit is contained in:
@@ -52,7 +52,7 @@ export const Tooltip = ({
|
||||
|
||||
return (
|
||||
<View
|
||||
style={{ minHeight: 'auto', flexShrink: 0 }}
|
||||
style={{ minHeight: 'auto', flexShrink: 0, maxWidth: '100%' }}
|
||||
ref={triggerRef}
|
||||
onMouseEnter={handlePointerEnter}
|
||||
onMouseLeave={handlePointerLeave}
|
||||
|
||||
6
upcoming-release-notes/3753.md
Normal file
6
upcoming-release-notes/3753.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [JahJoey]
|
||||
---
|
||||
|
||||
Fixed overflowing text on transaction records when imported payee has an extra long name
|
||||
Reference in New Issue
Block a user