From 64aa88e8d957b6bb179f8177be3ca360ecfdc4b5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 3 Jul 2025 14:43:41 +0300 Subject: [PATCH] fix overflow --- src/screens/Signup/StepHandle.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index 22f8859601..1790b3bc6f 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -21,7 +21,7 @@ import {useHandleAvailabilityQuery} from '#/state/queries/handle-availablility' import {useAgent} from '#/state/session' import {ScreenTransition} from '#/screens/Login/ScreenTransition' import {useSignupContext} from '#/screens/Signup/state' -import {atoms as a, platform, tokens, useTheme} from '#/alf' +import {atoms as a, platform, tokens, useTheme, web} from '#/alf' import * as TextField from '#/components/forms/TextField' import {useThrottledValue} from '#/components/hooks/useThrottledValue' import {At_Stroke2_Corner0_Rounded as At} from '#/components/icons/At' @@ -329,16 +329,19 @@ function GhostText({children, value}: {children: string; value: string}) { tokens.space.xs, }), }, - a.pr_xs, + web(a.pr_md), + a.overflow_hidden, + a.max_w_full, ]} aria-hidden={true} accessibilityElementsHidden importantForAccessibility="no-hide-descendants"> {children}