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

Fix #1749 by using word-wrap instead of word-break #1863

Merged
merged 1 commit into from Jan 30, 2014

Conversation

analogrelay
Copy link
Contributor

Fixes #1749

Turns out word-break is for CJK characters specifically. 'word-wrap' is the CSS property I wanted.

image

image

There's not much we can do if there are literally no spaces in the phrase unfortunately. The text will be clipped:
image

@analogrelay
Copy link
Contributor Author

Note, I also constrained the width the title box so that words wouldn't overlap with the "Yours" banner.

analogrelay added a commit that referenced this pull request Jan 30, 2014
Fix #1749 by using word-wrap instead of word-break
@analogrelay analogrelay merged commit 549cc6c into master Jan 30, 2014
@analogrelay analogrelay deleted the anurse/1749-wordwrapping branch April 18, 2014 17:26
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.

Intra-word wrapping on package titles
1 participant