Skip to content

fix(ui): variable width toc - #9062

Open
avivkeller wants to merge 1 commit into
mainfrom
ui-viewport-width
Open

fix(ui): variable width toc#9062
avivkeller wants to merge 1 commit into
mainfrom
ui-viewport-width

Conversation

@avivkeller

Copy link
Copy Markdown
Member

Fixes #9019

@avivkeller
avivkeller requested a review from a team as a code owner July 31, 2026 16:10
Copilot AI review requested due to automatic review settings July 31, 2026 16:10
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Jul 31, 2026 4:11pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@cursor

cursor Bot commented Jul 31, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
CSS-only responsive grid tweaks in the Article container with no logic or data changes.

Overview
On 3xl viewports, the Article container no longer caps width at max-w-10xl and instead uses 3xl:max-w-none so the layout can span the full viewport.

The 3xl grid changes from fixed side tracks (--spacing(80)) to 1fr — fixed 256 spacing — 1fr, giving the sidebar/navigation area flexible outer columns while keeping a defined center width—addressing variable-width table-of-contents behavior on wide screens (#9019).

Reviewed by Cursor Bugbot for commit 7f71ccd. Bugbot is set up for automated code reviews on this repo. Configure here.

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.12%. Comparing base (efbdb7b) to head (7f71ccd).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9062      +/-   ##
==========================================
+ Coverage   75.06%   75.12%   +0.05%     
==========================================
  Files         102      102              
  Lines        9105     9105              
  Branches      373      372       -1     
==========================================
+ Hits         6835     6840       +5     
+ Misses       2266     2261       -5     
  Partials        4        4              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

Copy link
Copy Markdown
Contributor

📦 Build Size Comparison

Summary

Metric Value
Old Total First Load JS 7.16 MB
New Total First Load JS 7.16 MB
Delta 0 B (0.00%)

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7f71ccd. Configure here.

Comment thread packages/ui-components/src/Containers/Article/index.module.css
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.

ToC less readable on wide screen (redesign)

2 participants