Skip to content

Commit

Permalink
Fixed "Login" pop-up scaling issue (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olenka-Hryk authored Jul 4, 2024
1 parent 9122d43 commit a58cf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const LoginDialog = () => {
handleChange={handleInputChange}
handleSubmit={handleSubmit}
/>
<GoogleLogin buttonWidth={styles.form.width} type={login} />
<GoogleLogin buttonWidth={styles.form.minWidth} type={login} />
</Box>
</Box>
</Box>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const style = {
lineHeight: '48px'
},
form: {
width: '340px',
minWidth: '340px',
overflow: 'auto',
pt: '16px',
pr: { xs: '8px', sm: '96px', md: '80px', lg: '96px' },
Expand Down

0 comments on commit a58cf7a

Please sign in to comment.