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

Tutorial-Text Is Cut Off at Screen Sizes <420px #275

Open
1 of 2 tasks
amxmln opened this issue Aug 20, 2021 · 1 comment
Open
1 of 2 tasks

Tutorial-Text Is Cut Off at Screen Sizes <420px #275

amxmln opened this issue Aug 20, 2021 · 1 comment

Comments

@amxmln
Copy link

amxmln commented Aug 20, 2021

I'm submitting a...

  • Bug report.
  • Feature request.

Bug report

What is the current behavior?
On mobile browsers (Chrome & Firefox Focus), article text is cut off on the right. No scrolling / zooming out is possible to reveal it.

What is the expected behavior?
The text is not cut off and fully readable.

Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.

  1. Open this in Chrome or Firefox Focus on Android (or even on the desktop and enable mobile emulation in the developer tools)
  2. The text is cut off and not readable

Other

Other information

The issue becomes apparent at widths <420px.
From experimentation it seems that the issue happens because of the form at the bottom of the page, more specifically the <div class="form-row"> containing the email and website inputs. Setting that row to flex-wrap: wrap causes the two inputs to be stacked on top of each other when the screen is narrow, fixing the mentioned issue, although some extra styling would be necessary to make it look good.

@NathanLovato
Copy link
Collaborator

Thanks much for the details, that helps. I have a little too much on my plate at the moment but I'll try to get to this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants