-
Notifications
You must be signed in to change notification settings - Fork 868
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
A single word in the topic title may be broken at arbitrary points (default template css) #234
Comments
I've noticed this too, it's definitely not desirable from my perspective. Maybe to accommodate very long unbroken strings in namespaces etc. |
@simonmurdock, indeed, here is an example where a long namespace takes tho lines. I would split namespaces using "." as a separator and then insert an
|
That makes sense. Would be good to move that "improve this doc" button somewhere else and reduce the font size a bit. |
We just moved "improve this doc" to the right navigation via #626 , and we will have action items to refactor the word wrap. |
How about surrounding the dot with U+200B ZERO WIDTH SPACE. See #1222. |
Sorry for the late updates, we fixed the title space by #1695 , the github pages will be refreshed after v2.18.0 is released. |
The code is in dev branch and not in master yet, the github pages will be refreshed after v2.19 is released. |
The default template CSS set word-break property to "break-all" for h1,h2 and so on, so the title may look ugly. For me this looks this way:
![image](https://cloud.githubusercontent.com/assets/8723144/14026940/167b5d02-f217-11e5-9c72-831cc5609214.png)
Is this a desired behaviour?
The text was updated successfully, but these errors were encountered: