From fdff51e6d3512652d3bb8974a417110b30ba41f4 Mon Sep 17 00:00:00 2001 From: VickyStash Date: Wed, 26 Nov 2025 19:24:22 +0300 Subject: [PATCH 1/2] Fix feed selector display if workspace name is too long --- src/components/FeedSelector.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/FeedSelector.tsx b/src/components/FeedSelector.tsx index 9e7422bae734..0a0530674dc7 100644 --- a/src/components/FeedSelector.tsx +++ b/src/components/FeedSelector.tsx @@ -41,6 +41,7 @@ function FeedSelector({onFeedSelect, cardIcon, shouldChangeLayout, feedName, sup return ( @@ -71,7 +72,12 @@ function FeedSelector({onFeedSelect, cardIcon, shouldChangeLayout, feedName, sup /> )} - {supportingText} + + {supportingText} + ); From eaf676eb0e2f5e6e3755a3a47c825b9d0374b27d Mon Sep 17 00:00:00 2001 From: VickyStash Date: Wed, 26 Nov 2025 19:35:31 +0300 Subject: [PATCH 2/2] Fix ios display --- src/components/FeedSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FeedSelector.tsx b/src/components/FeedSelector.tsx index 0a0530674dc7..7fa78bcbe262 100644 --- a/src/components/FeedSelector.tsx +++ b/src/components/FeedSelector.tsx @@ -41,7 +41,7 @@ function FeedSelector({onFeedSelect, cardIcon, shouldChangeLayout, feedName, sup return (