Skip to content

Commit f35965c

Browse files
committed
fix(webapp): drop text-wrap:balance from magic link confirmation copy
1 parent 8e20947 commit f35965c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/routes/login.magic/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default function LoginMagicLinkPage() {
263263
</Header1>
264264
<Fieldset className="flex w-full flex-col items-center gap-y-2">
265265
<InboxArrowDownIcon className="mb-4 h-12 w-12 text-indigo-500" />
266-
<Paragraph className="mb-6 text-center [text-wrap:balance]">
266+
<Paragraph className="mb-6 text-center">
267267
{email ? (
268268
<>
269269
We emailed a magic link to <span className="text-text-bright">{email}</span> to

0 commit comments

Comments
 (0)