From 822def32276ce7a99554dc529fe81ac9d901bb96 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Tue, 5 May 2026 17:08:17 +0300 Subject: [PATCH] fix(ui): scale contribution graph to full container width Use viewBox + width=100% instead of fixed pixel dimensions so the SVG scales to match the project card grid below. Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/components/ContributionGraph.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/ContributionGraph.tsx b/ui/src/components/ContributionGraph.tsx index ae00180..c70482e 100644 --- a/ui/src/components/ContributionGraph.tsx +++ b/ui/src/components/ContributionGraph.tsx @@ -93,8 +93,8 @@ export function ContributionGraph() {

{totalCount} contributions in the last year

-
- +
+ {/* Day-of-week labels */} {DAY_LABELS.map((label, i) => label ? (