web: fix recovery view button text not wrapping

This commit is contained in:
Abdullah Atta
2024-12-23 18:29:10 +05:00
parent e041976ae0
commit ab00645c23

View File

@@ -310,7 +310,8 @@ function RecoveryMethods(props: BaseRecoveryComponentProps<"methods">) {
sx={{
color: method.isDangerous
? "var(--paragraph-error)"
: "var(--paragraph-secondary)"
: "var(--paragraph-secondary)",
whiteSpace: "pre-wrap"
}}
>
{method.description()}