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

Long links cause horizontal scrolling on mobile #36

Open
cdriehuys opened this issue Jan 12, 2019 · 0 comments
Open

Long links cause horizontal scrolling on mobile #36

cdriehuys opened this issue Jan 12, 2019 · 0 comments
Labels
ui/ux Issues relating to styling or user experiences

Comments

@cdriehuys
Copy link
Member

The homepage can have a horizontal scroll on small screens if there is a long unbroken string of text, such as a link. The fix is to add the following CSS snippet:

overflow-wrap: break-word;

mobile-horizontal-scroll

@cdriehuys cdriehuys added the ui/ux Issues relating to styling or user experiences label Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui/ux Issues relating to styling or user experiences
Projects
None yet
Development

No branches or pull requests

1 participant