[PR #6006] [CLOSED] [WIP] Fix missing margin between button and separator in spending report toolbar #48087

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6006
Author: @cnaples79
Created: 10/26/2025
Status: Closed

Base: masterHead: fix-spending-report-margin


📝 Commits (1)

  • 76cee20 Fix missing margin between button and separator in spending report toolbar

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+1 -0)

📄 Description

This fixes the missing margin between the button and the vertical separator line in the spending report toolbar.

The separator View component was missing a left margin, causing it to appear too close to the adjacent button. I added marginLeft: 10 to match the existing marginRight: 10, which creates consistent spacing on both sides of the separator.

Fixes #6003


🔄 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/6006 **Author:** [@cnaples79](https://github.com/cnaples79) **Created:** 10/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-spending-report-margin` --- ### 📝 Commits (1) - [`76cee20`](https://github.com/actualbudget/actual/commit/76cee20d370fec425dc832ffffe749e1770b2eac) Fix missing margin between button and separator in spending report toolbar ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+1 -0) </details> ### 📄 Description This fixes the missing margin between the button and the vertical separator line in the spending report toolbar. The separator View component was missing a left margin, causing it to appear too close to the adjacent button. I added marginLeft: 10 to match the existing marginRight: 10, which creates consistent spacing on both sides of the separator. Fixes #6003 --- <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-26 10:01: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#48087