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

Docs: Fix long words breaking the site on small screens #2521

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

FireIsGood
Copy link
Contributor

Sanity check:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Fixes overflowing words that caused the mobile website to have a horizontal scroll

Before

Long text could go off screen and break stuff.

image

image

After

Long text will always get wrapped before destroying the page (this case is also manually for this pull request)

image

(and a manual fix on top of this)
image

@Keats Keats merged commit 68a7002 into getzola:master Jun 13, 2024
7 checks passed
@FireIsGood FireIsGood deleted the fix-long-words branch June 13, 2024 09:04
berdandy pushed a commit to berdandy/azola that referenced this pull request Sep 17, 2024
* Add overflow wrap for long words

* Fix specific case of overflowing text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants