react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

failed when the sentence dose not contain spaces

Open orlowang opened this issue 7 years ago • 1 comments

It can be a option to choose space or letter when split the sentences, for some language, Chinese, for example, it failed because there have no space in it's sentences.

orlowang avatar Dec 20 '17 02:12 orlowang

you can try to apply "word-break: break-all" style on parent div

rpopovici avatar Jan 31 '18 11:01 rpopovici