Fixed jumpy switch for Proxy configuration on Register screen (#2186)

This commit is contained in:
jinapurapu
2022-07-21 17:12:01 -07:00
committed by GitHub
parent 251de9fe8a
commit 48340d0010

View File

@@ -865,7 +865,7 @@ const Register = ({ classes }: IRegister) => {
display: "flex",
padding: "23px",
marginTop: "40px",
alignItems: "center",
alignItems: "start",
justifyContent: "space-between",
}}
>