mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
web: fix recovery view button text not wrapping
This commit is contained in:
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user