We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e20947 commit f35965cCopy full SHA for f35965c
1 file changed
apps/webapp/app/routes/login.magic/route.tsx
@@ -263,7 +263,7 @@ export default function LoginMagicLinkPage() {
263
</Header1>
264
<Fieldset className="flex w-full flex-col items-center gap-y-2">
265
<InboxArrowDownIcon className="mb-4 h-12 w-12 text-indigo-500" />
266
- <Paragraph className="mb-6 text-center [text-wrap:balance]">
+ <Paragraph className="mb-6 text-center">
267
{email ? (
268
<>
269
We emailed a magic link to <span className="text-text-bright">{email}</span> to
0 commit comments