From 45bdba5dfaeabdfe17182fab17115d6a93a88e93 Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:58:08 -0700 Subject: [PATCH] Let trending topic names wrap to two lines (#11323) --- src/components/interstitials/FeedTrendingTopics.tsx | 2 +- src/screens/Search/modules/ExploreTrendingTopics.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/interstitials/FeedTrendingTopics.tsx b/src/components/interstitials/FeedTrendingTopics.tsx index ac68de94ea..fdc4693d6a 100644 --- a/src/components/interstitials/FeedTrendingTopics.tsx +++ b/src/components/interstitials/FeedTrendingTopics.tsx @@ -218,7 +218,7 @@ function TrendRow({ - + {trend.displayName} diff --git a/src/screens/Search/modules/ExploreTrendingTopics.tsx b/src/screens/Search/modules/ExploreTrendingTopics.tsx index fab8fff816..e1caf61ffe 100644 --- a/src/screens/Search/modules/ExploreTrendingTopics.tsx +++ b/src/screens/Search/modules/ExploreTrendingTopics.tsx @@ -156,7 +156,7 @@ export function TrendRow({ + numberOfLines={2}> {trend.displayName} {description ? (