From 2b2a7c9fb0d6c14e521fac03ae83f4f579e43332 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:19:40 +0100 Subject: [PATCH] Fix support link cutoff in signup footer on mobile (#11059) (cherry picked from commit 5eb5ac480007e1026bc4b0ef28e4d9b39a41ca63) --- src/screens/Signup/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx index 644af956a2..b5a8ccad59 100644 --- a/src/screens/Signup/index.tsx +++ b/src/screens/Signup/index.tsx @@ -219,6 +219,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) { a.w_full, a.py_lg, a.flex_row, + a.flex_wrap, a.gap_md, a.align_center, ]}> @@ -227,7 +228,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) { style={ gtMobile ? [a.flex_1, a.flex, a.flex_row, a.justify_end] - : [] + : [a.flex_shrink] }>