-
Notifications
You must be signed in to change notification settings - Fork 987
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
Allow 2 lines for user name on intro screen #9931
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (3)
|
{:style {:flex 1 | ||
:height 200 | ||
:max-height 338}} | ||
{:style {:height 410}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure this will work on small screens?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested only on iPhone 8, will modify to support smaller screens.
@Ferossgp does it support small screens now? |
@flexsurfer yes, it will be scrollable on small screens |
@Ferossgp what the status of this PR ? could you rebase it and merge conflicts so we can test and merge it ? |
19bf4bb
to
ace07e2
Compare
Add max-height to scroll-view Signed-off-by: Gheorghe Pinzaru <[email protected]>
ace07e2
to
87ce82e
Compare
Fixes #9893