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 6ff54f6 commit 0812bc3Copy full SHA for 0812bc3
1 file changed
frontend/src/components/auth/login-form.tsx
@@ -78,7 +78,7 @@ export const LoginForm = (props: Props) => {
78
`/forgot-password${props.params ? `${props.params}` : ""}`,
79
);
80
}}
81
- className="text-muted-foreground hover:text-muted-foreground/80 text-sm absolute right-0 bottom-[2.565rem]" // 2.565 is *just* perfect
+ className="text-muted-foreground hover:text-muted-foreground/80 text-sm absolute right-0 bottom-[2.565rem] max-w-40 truncate" // 2.565 is *just* perfect
82
>
83
{t("forgotPasswordTitle")}
84
</a>
0 commit comments