From 20198f6d1852e5f49ecec233dc645287bc1ec2a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:08:44 -0300 Subject: [PATCH 1/3] fix(invite): wrap long invite codes instead of truncating (#155) Replace truncate with break-words + overflow-wrap-anywhere on invite URL and invite code elements to prevent horizontal scrolling on mobile when invite codes are long unbreakable base64url strings. --- src/screens/SettingsScreen.tsx | 4 +- tests/unit/screens/SettingsScreen.test.tsx | 68 ++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/src/screens/SettingsScreen.tsx b/src/screens/SettingsScreen.tsx index 8e7288d6..c15de4fc 100644 --- a/src/screens/SettingsScreen.tsx +++ b/src/screens/SettingsScreen.tsx @@ -360,7 +360,7 @@ export function SettingsScreen() { {intl.formatMessage(_messages.inviteUrlLabel)}

- + {inviteUrl}