From 7383505a127efc11b166d307eb2f06e1a70972e0 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Thu, 4 Jun 2026 23:17:57 +0300 Subject: [PATCH] fix(connected-accounts): stack status + unlink so the full ID shows on mobile Truncating the Google/Discord sub id with an ellipsis hid it. Stack the status badge above the unlink button (flex-col) on the right so the right column is narrow and the identifier gets the room to render in full; truncate stays only as a safety net for extreme values. --- src/pages/ConnectedAccounts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ConnectedAccounts.tsx b/src/pages/ConnectedAccounts.tsx index f3ec7e5..d6131aa 100644 --- a/src/pages/ConnectedAccounts.tsx +++ b/src/pages/ConnectedAccounts.tsx @@ -683,7 +683,7 @@ export default function ConnectedAccounts() { )} -
+
{provider.linked ? ( <> {t('profile.accounts.linked')}