[PR #5406] fix: move add specific days onto the next row and dynamically increased the width of the numbered input #12973

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

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

State: closed
Merged: Yes


Fix #5318

Summary of Changes:

  • Moved the “Add specific days” input onto its own line to address layout issues where it wouldn’t fit properly on the same line as other elements.
  • Set a base width for the numbered input to accommodate up to 3 digits, with dynamic expansion beyond that to ensure longer inputs remain visible and usable.

Reason for Changes:

  • Placing “Add specific days” on a new line ensures it displays correctly without overlapping or breaking the layout, especially when space is limited.
  • The dynamic input width improves usability by making sure the full number is always visible.
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5406 **State:** closed **Merged:** Yes --- Fix #5318 ### Summary of Changes: - Moved the “Add specific days” input onto its own line to address layout issues where it wouldn’t fit properly on the same line as other elements. - Set a base width for the numbered input to accommodate up to 3 digits, with dynamic expansion beyond that to ensure longer inputs remain visible and usable. ### Reason for Changes: - Placing “Add specific days” on a new line ensures it displays correctly without overlapping or breaking the layout, especially when space is limited. - The dynamic input width improves usability by making sure the full number is always visible.
GiteaMirror added the pull-request label 2026-04-10 21:43:47 -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#12973