-
Notifications
You must be signed in to change notification settings - Fork 364
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 expression word-break:break-all; doesn't work. #113
Comments
Hi @wonder13662 I think this is non standard. |
Hi, danfickle!
Thanks for kind response!
Fortunately I've tried that- break-word and it works perfectly!
But I should break apart a long single word, not multiple words :) Any
suggestions?
2017년 8월 8일 (화) 오후 7:12, danfickle <notifications@github.com>님이 작성:
… Hi @wonder13662 <https://github.com/wonder13662>
Could you try instead:
word-wrap: break-word;
I think this is non standard.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APCWQMQ5aehqs7nBy6inodOqAQdXlvY5ks5sWDR5gaJpZM4OwQ_b>
.
|
It sounds like you need the correct behaviour of overflow-wrap. Unfortunately, we don't support it and its a tricky place to change code as its part of the fundamental line breaking algorithm. Correction: |
Thanks. Now I've got clear what I can do or not. I should change my product
feature capabilities :) Really appreciate great support!
Hope you have a fantastic day!
2017년 8월 8일 (화) 오후 7:48, danfickle <notifications@github.com>님이 작성:
… It sounds like you need the correct behaviour of overflow-wrap
<https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap>.
Unfortunately, we don't support it and its a tricky place to change code as
its part of the fundamental line breaking algorithm.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APCWQBMjx3su_c-QeMDh1XidYPoM1cK4ks5sWDz-gaJpZM4OwQ_b>
.
|
This should enable us to work on other line breaking modes such as #113 Also discovered a possible bug where there is breaking characters at the start of a string.
Hi, I'm really enjoying your awesome product. but there's some itchy issue I found.
I've been trying several times, but css
word-break:break-all;
doesn't work at all. As you see below my 'LOOOOOOOOOOOOOOOOOOOOOOOONG!!' text is over its parent's width. It would be great for any feedback or help from you. Thanks in advance.Here's my raw html text.
sample.txt
Tested in here.
https://sandbox.openhtmltopdf.com/
Bests,
Wonder Jung.
The text was updated successfully, but these errors were encountered: