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

CSS hyphenation #22

Closed
hlfcoding opened this issue Oct 28, 2014 · 2 comments
Closed

CSS hyphenation #22

hlfcoding opened this issue Oct 28, 2014 · 2 comments

Comments

@hlfcoding
Copy link

On the home page especially, for non-widescreen window sizes, the columns can get too narrow and cause irregular whitespacing and readability problems. While this does not fix it in Chrome because it's not supported, this would adequately address the issue for now:

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@edolstra
Copy link
Member

Thanks, I've enabled hyphenation!

@ghost
Copy link

ghost commented Dec 24, 2019

Some code-formatted text looks hyphenated, eg. load-keys below

Untitled

<gustavderdrache> i'll poke at it this afternoon :)

fixed by #323 thanks!

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

No branches or pull requests

2 participants