I've been searching the web for a solution to this problem but couldn't find any info for this. Hope someone here will know what )'m talking about.
The problem is with IE 11 & FireFox 56
- Im using ReactJs for View.
- Im using RadiumJs for inline styling.
Now I have a text paragraph, and a very long word the doesn't break - I'm using word-break: break-word
.
I do know that it could work if I add -ms-word-break: break-word
, but I couldn't find how to add this with Radium.
How can I break long words in IE & FF while using RadiumJS?
Thanks in advance!