[PR #5418] Truncate multiple payee names with ellipsis to prevent layout overflow in the payee column. #12979

Closed
opened 2026-04-10 21:43:56 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5418

State: closed
Merged: Yes


fix #3814

Summary of Changes

  • Fixed an issue where payee text would overflow into other rows instead of truncating with ellipsis.
  • Updated CellButton to use alignSelf: 'stretch' to allow it to take the full width of its container.
  • Prevented SvgSplit icon from shrinking by adding flexShrink: 0 to maintain its size in flex layouts.
  • Truncate multiple payee names with ellipsis by applying overflow: hidden, textOverflow: ellipsis, and whiteSpace: nowrap to the text component.
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5418 **State:** closed **Merged:** Yes --- fix #3814 # Summary of Changes - Fixed an issue where payee text would overflow into other rows instead of truncating with ellipsis. - Updated CellButton to use alignSelf: 'stretch' to allow it to take the full width of its container. - Prevented SvgSplit icon from shrinking by adding flexShrink: 0 to maintain its size in flex layouts. - Truncate multiple payee names with ellipsis by applying overflow: hidden, textOverflow: ellipsis, and whiteSpace: nowrap to the text component.
GiteaMirror added the pull-request label 2026-04-10 21:43:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#12979