[GH-ISSUE #3002] [Bug]: Custom reports do not align visually with default reports #8145

Closed
opened 2026-04-10 18:20:33 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @JukeboxRhino on GitHub (Jul 8, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/3002

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

When you have two or more custom reports, there is a noticeable difference in the size/spacing of the reports between the custom reports and the default out-of-the-box reports.

Screenshot from 2024-07-07 21-14-12

Where are you hosting Actual?

Other

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Originally created by @JukeboxRhino on GitHub (Jul 8, 2024). Original GitHub issue: https://github.com/actualbudget/actual/issues/3002 ### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file) ### What happened? When you have two or more custom reports, there is a noticeable difference in the size/spacing of the reports between the custom reports and the default out-of-the-box reports. ![Screenshot from 2024-07-07 21-14-12](https://github.com/actualbudget/actual/assets/12942439/fd1ef11b-c4ee-473d-a367-210d99a8b627) ### Where are you hosting Actual? Other ### What browsers are you seeing the problem on? Firefox ### Operating System Linux
GiteaMirror added the buggood first issue labels 2026-04-10 18:20:33 -05:00
Author
Owner

@JukeboxRhino commented on GitHub (Jul 8, 2024):

Looking into it a bit, it looks like this is because the reports are using flexbox where the net worth chart has flex-grow: 2 and the cash flow chart has flex-grow: 1. I believe this is what's causing the issue here, the one larger chart is causing spacing to be a little bit off. I think CSS grid would suit this section better.

<!-- gh-comment-id:2212817175 --> @JukeboxRhino commented on GitHub (Jul 8, 2024): Looking into it a bit, it looks like this is because the reports are using flexbox where the net worth chart has `flex-grow: 2` and the cash flow chart has `flex-grow: 1`. I believe this is what's causing the issue here, the one larger chart is causing spacing to be a little bit off. I think CSS grid would suit this section better.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#8145