word-wrap: break-word doesn't work in IE 11 & FF 57 with ReactJS & RadiumJS

499 views Asked by At

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.

long word that does not break

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!

0

There are 0 answers