-
Notifications
You must be signed in to change notification settings - Fork 47
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
words overflow #36
Comments
I think it just needs to set some word-wrapping somewhere in the CSS |
The culprit is line 48 of sass/_main.sass:
Deleting that line fixes it. There are other places in that file where the same line appears, but this is the one that applies to links in particular. Possibly the others should be fixed too. (Obviously this was someone's design decision, but it seems hard to regard it as anything but a bug: if your link text is so long and obscure that it's hard to wrap it, that should be your problem; don't fix it by randomly cutting in half other people's words.) |
@nyarvin can you do a PR? |
Did the merge fix this? I'm still seeing this at HEAD |
Actually, the only place I see the problem is on the About page and I just realized that |
No clue, it's pretty old |
#33 introduced an issue where words overflow:
See these words:
building
,build
, andnix
.The text was updated successfully, but these errors were encountered: