The signed-in home page “recommended actions”. Real components, real render, measured (not eyeballed) with headless Chromium. shipped to production
The change: on a wide screen all four rows now sit inline on one line instead of the tour row dropping to a lonely second line.
Below 1360px they form a clean 2×2 (no orphan); phones stack, tour last.
The tour card’s own copy (mine) shortened to “Finish the quick tour”. None of the founder’s copy was reworded.
This is the state the change is about. At 1440 all four are inline; the founder’s longest subhead, “Tell your network where you want to go.”, is fully visible.





The three-card state is byte-for-byte the old layout — this change never touches it.



Truncation = per-text-node scrollWidth > clientWidth. Card widths from this review surface, which renders the strip ~40px narrower than production — so real-site margins are larger than shown.
| width | cards / row | card width | any founder title/subhead cut? | page overflow | min font |
|---|---|---|---|---|---|
| 390 (phone) | 1 (stacked) | 308px | only trip-wish subhead — pre-existing, unchanged | no | 12px |
| 768 | 2×2 | 313px | only trip-wish subhead (also clipped here before) | no | 12px |
| 1024 | 2×2 | 425px | none | no | 12px |
| 1280 | 2×2 | 553px | none | no | 12px |
| 1440 | 4 (inline) | 300px | none — trip-wish subhead needs 219px, has 223px | no | 12px |
Closest the founder’s copy comes to clipping on a wide screen: “Tell your network where you want to go.” — 219px of text in 223px of space at the inline width. It fits, with more room on the real site.