From 63cccc47212eaafd917c48e2f2365afd501baf2e Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Fri, 3 Apr 2026 08:23:32 +0200 Subject: [PATCH] fix: prevent mobile overflow in settings page flex containers Add flex-wrap to the member action row (date + remove button) and the header badge/language selector row so they wrap gracefully on narrow screens without affecting desktop layout. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- apps/main/src/pages/settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/main/src/pages/settings.tsx b/apps/main/src/pages/settings.tsx index cb2b93c..dd23d2a 100644 --- a/apps/main/src/pages/settings.tsx +++ b/apps/main/src/pages/settings.tsx @@ -242,7 +242,7 @@ export default function SettingsPage() { {t("settings:title")} {t("settings:subtitle")} -
+
{organizationData?.active_subscription_plan === "annual" && ( Founder @@ -617,7 +617,7 @@ export default function SettingsPage() {

{member.email}

-
+

{t("settings:teamInvite.joinedOn", { date: member.created_at