[PR #5417] [WIP] Fix payee text overflow with ellipsis in transaction row #12978

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

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

State: closed
Merged: No


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.
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5417 **State:** closed **Merged:** No --- 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.
GiteaMirror added the pull-request label 2026-04-10 21:43:54 -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#12978