You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Open this in Chrome or Firefox Focus on Android (or even on the desktop and enable mobile emulation in the developer tools)
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.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
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.
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 toflex-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.The text was updated successfully, but these errors were encountered: