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

Word spacing goes out of wack in certain edge cases #410

Open
Dutchs opened this issue Feb 15, 2022 · 2 comments
Open

Word spacing goes out of wack in certain edge cases #410

Dutchs opened this issue Feb 15, 2022 · 2 comments
Labels
Theme Related to the theme of the docs

Comments

@Dutchs
Copy link

Dutchs commented Feb 15, 2022

This seems to happen when long codeblocks jump over to the next line, and the paragraph before it tries to fill all the space it left in it's place.

One such example can be found at: https://mcforge.readthedocs.io/en/1.18.x/networking/simpleimpl/#sending-to-clients
I'm using firefox, window width: 1670
word_spacing
t

@diesieben07
Copy link
Contributor

This is caused by text-align: justify, which is a bad choice for web content in almost all cases for this very reason

@ChampionAsh5357 ChampionAsh5357 added the Theme Related to the theme of the docs label Feb 15, 2022
@ChampionAsh5357
Copy link
Contributor

Located in Web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Theme Related to the theme of the docs
Projects
None yet
Development

No branches or pull requests

3 participants