Skip to content

fix: fix scrolling header visual broken layout in templates#449

Merged
Kraci merged 1 commit into
mainfrom
fix-scrolling-header-visual-broken-layout-in-templates-en-1069
Jun 23, 2026
Merged

fix: fix scrolling header visual broken layout in templates#449
Kraci merged 1 commit into
mainfrom
fix-scrolling-header-visual-broken-layout-in-templates-en-1069

Conversation

@Kraci

@Kraci Kraci commented Jun 23, 2026

Copy link
Copy Markdown
Contributor
  • fix scrolling header visual broken layout in templates
Before After
Screenshot 2026-06-23 at 14 07 46 Screenshot 2026-06-23 at 14 08 10

Context: Quick fix to remove customer-facing visual bug
Follow-up: Create a unified table hover experience in the design system for both table headers and rows

@linear-code

linear-code Bot commented Jun 23, 2026

Copy link
Copy Markdown

EN-1069

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jun 23, 2026 12:09pm

Request Review

@Kraci Kraci self-assigned this Jun 23, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — minor Tailwind class tweak on the header row to fix a visual layout issue, mirrored in both tables.

Extended reasoning...

Overview

This PR adds Tailwind utility classes (-mx-2 px-2 w-[calc(100%+16px)]) to the DataTableRow inside the sticky table header for two templates tables (templates/builds/table.tsx and templates/list/table.tsx). The change is purely a CSS/styling fix for a visual layout issue when the header scrolls, with no logic changes.

Security risks

None — purely a CSS class change with no impact on auth, data flow, or user input handling.

Level of scrutiny

Low. This is a visual-only fix scoped to two header rows, with before/after screenshots in the PR description that demonstrate the intent. The change is symmetrically applied to both tables and matches an obvious pattern (compensating for the parent's horizontal padding so the sticky header spans the full width).

Other factors

No bugs were flagged by the bug hunting system, the Vercel preview deploy is Ready, and a Linear ticket (EN-1069) is linked. Self-contained and mechanical — appropriate to shadow-approve.

@Kraci Kraci merged commit 63673ea into main Jun 23, 2026
14 checks passed
@Kraci Kraci deleted the fix-scrolling-header-visual-broken-layout-in-templates-en-1069 branch June 23, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants