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

Fixing Overflow on Long Inline Elements #1001

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EliasPrescott
Copy link

@EliasPrescott EliasPrescott commented Jul 8, 2022

closes #727

Here is the post mentioned in the linked issue: https://blog.rust-lang.org/2020/10/08/Rust-1.47.html

Adding overflow-wrap: break-word to the post content container ensures all child inline elements will wrap properly instead of overflowing.

I was originally going to scope the new property to .post a, but putting it directly on .post could prevent future issues instead of just fixing the tagged issue.

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.

Long line unnecessarily increase page width
1 participant