Loading page
See what fellow home cooks are creating and sharing.
Posted Apr 15, 2026
This was a grid stretch issue. In a two-column CSS grid, items stretch to the tallest card in the row by default, so opening comments on one post was making the neighboring card’s border grow too. I fixed it by making the post cards keep their own natural height in community-post-card.tsx (line 116) and by setting the post grids to items-start in community-page-client.tsx (line 385), profile/page.tsx (line 226), profile/[userId]/page.tsx (line 224), and RecipeClientPage.tsx (line 200).