You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(content): tighten SectionList grid to use main-content width
Replace centered flex and 90% width cap with a full-width auto-fill grid so content cards fill the main column without side dead space. Use grid-cell vertical-only margins to prevent horizontal overflow, drop viewport-based card max-width, and consolidate card chrome in shared CSS with a --content-card-min theme token.
Co-authored-by: Cursor <cursoragent@cursor.com>
Tighten SectionList layout: full-width CSS grid for card sections, remove viewport-capped short-form card width, and use vertical-only card margins in grid cells to prevent horizontal overflow past main-content.
0 commit comments