mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
web: fix recovery view header overflow on small screens
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -174,7 +174,7 @@ function Recovery(props: RecoveryProps) {
|
||||
<Text
|
||||
sx={{
|
||||
display: "flex",
|
||||
alignSelf: "end",
|
||||
alignSelf: "center",
|
||||
alignItems: "center"
|
||||
}}
|
||||
variant={"body"}
|
||||
@@ -187,7 +187,9 @@ function Recovery(props: RecoveryProps) {
|
||||
mt: 0,
|
||||
ml: 2,
|
||||
alignSelf: "start",
|
||||
alignItems: "center"
|
||||
alignItems: "center",
|
||||
textWrap: "wrap",
|
||||
textAlign: "right"
|
||||
}}
|
||||
variant={"secondary"}
|
||||
onClick={() => openURL("/login")}
|
||||
|
||||
Reference in New Issue
Block a user