diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e51143..a7e450e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together. +## 0.28.2 — 2026-07-14 14:45 + +### Fixed +- Recipe cards on Explore and Search cramped the title next to the difficulty badge, cutting titles off early — the title now gets its own full-width line, and the grid gains a medium-viewport column step matching the Recipes page. + ## 0.28.1 — 2026-07-14 14:25 ### Fixed diff --git a/apps/web/components/recipe/search-result-card.tsx b/apps/web/components/recipe/search-result-card.tsx index e125446..aac5835 100644 --- a/apps/web/components/recipe/search-result-card.tsx +++ b/apps/web/components/recipe/search-result-card.tsx @@ -44,19 +44,17 @@ export function SearchResultCard({ recipe, className }: { recipe: SearchResultRe className )} > -
{recipe.description}
)} diff --git a/apps/web/components/search/explore-page-content.tsx b/apps/web/components/search/explore-page-content.tsx index 5d461a0..d155c5a 100644 --- a/apps/web/components/search/explore-page-content.tsx +++ b/apps/web/components/search/explore-page-content.tsx @@ -358,7 +358,7 @@ export function ExplorePageContent({ trending, recent, initialQuery, popularTags {/* Recipe search results */} {hasQuery && loading && ( -