Fix: #3719: Imported payee overflowing on transaction record (#3753)

* 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:
JahJoey
2024-11-04 10:59:19 -05:00
committed by GitHub
parent a267e3abb5
commit 59d685fab6
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [JahJoey]
---
Fixed overflowing text on transaction records when imported payee has an extra long name