Skip to content

center budget table alignment#83

Merged
jmpompeo merged 1 commit into
mainfrom
feature/budget-table-centering
Jun 14, 2026
Merged

center budget table alignment#83
jmpompeo merged 1 commit into
mainfrom
feature/budget-table-centering

Conversation

@jmpompeo

Copy link
Copy Markdown
Owner

What changed

Aligned the desktop budget items table so the Budget, Spent, Remaining, and Status headers center with their corresponding row values.

Updated the budget input column to center the input field and its value, and matched the subtotal and total rows to that same column alignment.

Why it changed

The budget table mixed right-aligned and centered cells in the desktop grid, which made the header, entered amounts, and subtotal values feel visually off-axis.

Impact

The budget items section now reads more cleanly on desktop, with the budget column and summary rows lining up consistently.

Root cause

The table header and summary cells were using justify-self-end text-right while the column content needed centered placement to match the visual structure of the budget inputs.

Validation

  • npm run build
  • Verified the desktop layout locally at http://127.0.0.1:5173/ on the Budget tracker page

@jmpompeo jmpompeo changed the title [codex] center budget table alignment center budget table alignment Jun 14, 2026
@jmpompeo jmpompeo marked this pull request as ready for review June 14, 2026 13:34
@jmpompeo jmpompeo merged commit 7948c86 into main Jun 14, 2026
6 checks passed
@jmpompeo jmpompeo deleted the feature/budget-table-centering branch June 14, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant