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

Closed
opened 2026-04-18 08:00:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5417
Author: @ShayanAraghi
Created: 7/29/2025
Status: Closed

Base: masterHead: fix/payee-multiple-lines


📝 Commits (2)

  • e2fb287 Have the multiple payee text overflow with ellipsis
  • c53538b [autofix.ci] apply automated fixes

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5417 **Author:** [@ShayanAraghi](https://github.com/ShayanAraghi) **Created:** 7/29/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/payee-multiple-lines` --- ### 📝 Commits (2) - [`e2fb287`](https://github.com/actualbudget/actual/commit/e2fb2875b6e0bf084069d184ffacffe86ec928c9) Have the multiple payee text overflow with ellipsis - [`c53538b`](https://github.com/actualbudget/actual/commit/c53538b70721878f43d83b1e096391c08f984e68) [autofix.ci] apply automated fixes ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 08:00:03 -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#31848