Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed popup size #2813

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Fixed popup size #2813

wants to merge 1 commit into from

Conversation

Renatavl
Copy link
Contributor

image

image

image

image

@@ -24,7 +24,7 @@ const style = {
formContainer: {
display: 'flex',
flexDirection: 'column',
maxHeight: 'inherit',
height: '551px',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it look correct on other devices, for example mobile phones, with this hardcoded value?

@@ -2,7 +2,7 @@ export const styles = {
form: {
display: 'flex',
flexDirection: 'column',
minWidth: { sm: '340px' }
width: { sm: '340px' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you hardcoded the width property?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Frontend part Guest Implementation that regard to the guest priority: high urgent task severity: trivial UI/Usability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Login popup] The size of the pop-up is bigger than the default one when typing an invalid email.
3 participants